MCP documentation | MCP docs for agents
ark_record_load_stop_event
ark.record_load_stop_event
Record or clear an actual arrival or departure time for a visible dispatched ARK load stop and run configured milestone side effects.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
one of: canEditLoadone of: canAssignLoads- Team visibility
- Required and enforced
- Approval policy
ask_before_send- 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
loadIdstringrequiredVisible dispatched ARK load ID.
format: uuid
stopIdstringrequiredVisible ARK load stop ID.
format: uuid
eventTypestringrequiredActual milestone to record or clear.
one of: arrival, departure
actionstringone of: set, clear; default: "set"
occurredAtstringRequired when action is set. Omit when action is clear.
format: date-time
Result
The tool returns the canonical ark.record_load_stop_event 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.