MCP documentation | MCP docs for agents
ark_generate_rate_confirmation
ark.generate_rate_confirmation
Generate and store an ARK rate confirmation PDF for a dispatched load without sending it.
- Availability
- Expanded 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
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
Result
The tool returns the canonical ark.generate_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.