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

loadIdstringrequired

Visible ARK load ID to dispatch.

format: uuid

carrierIdstringrequired

Active organization carrier ID to book on the load.

format: uuid

truckNumberstring | nullrequired

max length: 100

trailerNumberstring | nullrequired

max length: 100

dispatchIdstringrequired

Visible ARK dispatch ID to update.

format: uuid

carrierCurrencystringrequired

Current carrier currency to preserve or explicitly change.

one of: USD, CAD, MXN

updateTrackingboolean

Explicitly update active tracking provider data after the dispatch changes.

default: false

queueQuickBooksSyncboolean

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