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
loadIdstringrequiredVisible ARK load ID.
format: uuid
dispatchIdstringrequiredActive dispatch ID for the visible load.
format: uuid
addressstringrequiredmin length: 1; max length: 500
citystringrequiredmin length: 1; max length: 200
statestringrequiredmin length: 1; max length: 20
zipstringrequiredmin length: 1; max length: 30
commentstringdefault: ""; max length: 5000
latitudenumber | nulllongitudenumber | nulltimezoneIdstring | nullmax length: 100
countrystringone 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.