MCP documentation | MCP docs for agents
ark_update_load_stop
ark.update_load_stop
Update a visible ARK load stop schedule, reference number, pieces, weight, or comment.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
canEditLoad- 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
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID.
format: uuid
stopIdstringrequiredVisible ARK load stop ID.
format: uuid
arrivalTimestring | nullScheduled start time for the stop window.
format: date-time
arrivalTime2string | nullScheduled end time for the stop window.
format: date-time
schedulingTypestring | nullStop scheduling mode.
one of: fcfs, appointment, null
referenceNumstring | nullStop reference number.
max length: 100
piecesinteger | nullmin: 0
weightnumber | nullmin: 0
commentstring | nullmax length: 5000
Result
The tool returns the canonical ark.update_load_stop 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.