MCP documentation | MCP docs for agents

ark_send_rate_confirmation

ark.send_rate_confirmation

Send an existing ARK rate confirmation file to the dispatch contact, optionally as an e-sign request.

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.

format: uuid

dispatchIdstringrequired

Dispatch ID for the rate confirmation recipient.

format: uuid

fileIdstringrequired

Existing rate confirmation file ID attached to the dispatch.

format: uuid

esignboolean

When true, send an e-sign link instead of a PDF attachment.

default: false

Result

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