MCP documentation | MCP docs for agents

ark_mark_dispatch_tonu_delivered

ark.mark_dispatch_tonu_delivered

Mark an active ARK dispatch TONU and delivered, set carrier/customer TONU fees, run deliver-and-bill, 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

loadIdstringrequired

Visible ARK load ID.

format: uuid

dispatchIdstringrequired

Active dispatch ID for the visible load.

format: uuid

carrierTonuFeenumberrequired

Carrier TONU fee to replace dispatch pay with.

min: 0

customerTonuFeenumber | null

Optional customer TONU fee to add or replace depending on action.

min: 0

Result

The tool returns the canonical ark.mark_dispatch_tonu_delivered 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.