MCP documentation | MCP docs for agents
ark_generate_bill_of_lading
ark.generate_bill_of_lading
Generate and store an ARK bill of lading PDF for a visible load, persist the effective BOL number, and attach the PDF to load files.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
canEditLoad- 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
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID.
format: uuid
bolNumberstringOptional BOL number. Defaults to the stored BOL or load number.
max length: 100
fileNamestringOptional PDF file name. A .pdf extension is added when omitted.
max length: 200
commentstring | nullOptional special instructions to print on the BOL.
max length: 5000
itemsarray<object>Optional commodity lines. Omit to use load product, description, pieces, and weight.
min items: 1; max items: 100
Result
The tool returns the canonical ark.generate_bill_of_lading 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.