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
tenderIdstringrequiredInbound EDI tender ID linked to the broker load.
format: uuid
statusKeystringrequiredConfigured EDI status action key, such as arrived_pickup or delivered.
min length: 1; max length: 100
eventAtstringOptional event timestamp. Defaults to now when omitted.
format: date-time
stopSequenceNumberstringmin length: 1; max length: 50
timeCodestringmin length: 1; max length: 10
appointmentNumberstringmin length: 1; max length: 100
carrierReferenceNumberstringmin length: 1; max length: 100
secondaryCarrierScacstringmin length: 1; max length: 20
proofOfDeliveryNamestringmin length: 1; max length: 200
eventLocationobjectResult
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.