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

loadIdstringrequired

Visible ARK load ID.

format: uuid

stopIdstringrequired

Visible ARK load stop ID.

format: uuid

arrivalTimestring | null

Scheduled start time for the stop window.

format: date-time

arrivalTime2string | null

Scheduled end time for the stop window.

format: date-time

schedulingTypestring | null

Stop scheduling mode.

one of: fcfs, appointment, null

referenceNumstring | null

Stop reference number.

max length: 100

piecesinteger | null

min: 0

weightnumber | null

min: 0

commentstring | null

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