MCP documentation | MCP docs for agents

ark_repower_load

ark.repower_load

Repower an active ARK dispatch by closing it, inserting a repower pickup stop, returning the load to Available, and stopping configured tracking sessions.

Availability
Expanded preview
Scopes
loads:dispatch
ARK permissions
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
Yes
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID.

format: uuid

dispatchIdstringrequired

Active dispatch ID for the visible load.

format: uuid

addressstringrequired

min length: 1; max length: 500

citystringrequired

min length: 1; max length: 200

statestringrequired

min length: 1; max length: 20

zipstringrequired

min length: 1; max length: 30

commentstring

default: ""; max length: 5000

latitudenumber | null
longitudenumber | null
timezoneIdstring | null

max length: 100

countrystring

one of: USA, CAN, MEX; default: "USA"

Result

The tool returns the canonical ark.repower_load 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.