MCP documentation | MCP docs for agents

ark_take_edi_tender_action

ark.take_edi_tender_action

Accept or reject a visible inbound EDI tender. This is a write action and should require human approval by default.

Availability
Expanded preview
Scopes
edi:write
ARK permissions
canTakeEdiTenderAction
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

tenderIdstringrequired

Inbound EDI tender ID.

format: uuid

decisionstringrequired

Tender decision to apply.

one of: accept, reject

Result

The tool returns the canonical ark.take_edi_tender_action operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.