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

loadIdstringrequired

Visible dispatched ARK load ID.

format: uuid

stopIdstringrequired

Visible ARK load stop ID.

format: uuid

eventTypestringrequired

Actual milestone to record or clear.

one of: arrival, departure

actionstring

one of: set, clear; default: "set"

occurredAtstring

Required 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.