MCP documentation | MCP docs for agents
ark_assign_carrier
ark.assign_carrier
Book an active carrier on a visible load with dispatcher contact, optional driver, carrier pay, currency, and bid acceptance.
- Availability
- Core preview
- Scopes
loads:dispatch- ARK permissions
canAssignLoads- Team visibility
- Required and enforced
- Approval policy
ask_before_write- 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
loadIdstringrequiredformat: uuid
carrierIdstringrequiredformat: uuid
bidIdstringformat: uuid
dispatcherobjectrequireddriverobjecttruckNumberstring | nulltrailerNumberstring | nullcarrierCurrencystringone of: USD, CAD, MXN; default: "USD"
dispatchPayarray<object>default: []; max items: 100
Result
The tool returns the canonical ark.assign_carrier 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.