MCP documentation | MCP docs for agents
ark_update_dispatch
ark.update_dispatch
Update an existing ARK dispatch carrier, dispatcher, driver, equipment, currency, and optional dispatch pay, then reconcile tracking and QuickBooks side effects.
- 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
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID to dispatch.
format: uuid
carrierIdstringrequiredActive organization carrier ID to book on the load.
format: uuid
dispatcherobjectrequireddriverobject | nullrequiredCurrent driver details, or null to explicitly clear the driver.
truckNumberstring | nullrequiredmax length: 100
trailerNumberstring | nullrequiredmax length: 100
dispatchPayarray<object>Optional replacement dispatch pay items. Omit to leave dispatch pay unchanged.
max items: 100
dispatchIdstringrequiredVisible ARK dispatch ID to update.
format: uuid
carrierCurrencystringrequiredCurrent carrier currency to preserve or explicitly change.
one of: USD, CAD, MXN
updateTrackingbooleanExplicitly update active tracking provider data after the dispatch changes.
default: false
queueQuickBooksSyncbooleanExplicitly queue a QuickBooks carrier bill update when a mapped bill is updateable.
default: false
Result
The tool returns the canonical ark.update_dispatch 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.