MCP documentation | MCP docs for agents

ark_emit_edi_status_update

ark.emit_edi_status_update

Emit a shipment status update for a visible EDI tender linked to a broker load and queue outbound 214 dispatch work.

Availability
Expanded preview
Scopes
edi:write
ARK permissions
canTakeEdiTenderAction
Team visibility
Not entity-scoped
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 linked to the broker load.

format: uuid

statusKeystringrequired

Configured EDI status action key, such as arrived_pickup or delivered.

min length: 1; max length: 100

eventAtstring

Optional event timestamp. Defaults to now when omitted.

format: date-time

stopSequenceNumberstring

min length: 1; max length: 50

timeCodestring

min length: 1; max length: 10

appointmentNumberstring

min length: 1; max length: 100

carrierReferenceNumberstring

min length: 1; max length: 100

secondaryCarrierScacstring

min length: 1; max length: 20

proofOfDeliveryNamestring

min length: 1; max length: 200

Result

The tool returns the canonical ark.emit_edi_status_update 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.