MCP documentation | MCP docs for agents
ark_create_and_send_rate_confirmation
ark.create_and_send_rate_confirmation
Generate an ARK rate confirmation PDF for a dispatched load and send it 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
loadIdstringrequiredVisible ARK load ID.
format: uuid
dispatchIdstringrequiredDispatch ID to generate the rate confirmation from.
format: uuid
fileNamestringOptional PDF file name. A .pdf extension is added when omitted.
max length: 200
esignbooleanWhen true, send an e-sign link instead of a PDF attachment.
default: false
Result
The tool returns the canonical ark.create_and_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.