MCP documentation | MCP docs for agents
ark_mark_dispatch_tonu_recovered
ark.mark_dispatch_tonu_recovered
Mark an active ARK dispatch TONU and recovered, set carrier/customer TONU fees, return the load to Available, and stop 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
carrierTonuFeenumberrequiredCarrier TONU fee to replace dispatch pay with.
min: 0
customerTonuFeenumber | nullOptional customer TONU fee to add or replace depending on action.
min: 0
Result
The tool returns the canonical ark.mark_dispatch_tonu_recovered 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.