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

loadIdstringrequired

Visible ARK load ID.

format: uuid

bolNumberstring

Optional BOL number. Defaults to the stored BOL or load number.

max length: 100

fileNamestring

Optional PDF file name. A .pdf extension is added when omitted.

max length: 200

commentstring | null

Optional special instructions to print on the BOL.

max length: 5000

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.