MCP documentation | MCP docs for agents

ark_create_spot_quote

ark.create_spot_quote

Create a spot quote with pickup, delivery, freight, customer, and team context using the same workflow as the ARK UI.

Availability
Expanded preview
Scopes
loads:write
ARK permissions
canCreateLoad
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

customerIdstringrequired

ARK customer ID for the spot quote.

format: uuid

customerEmailstring | null

format: email; max length: 254

currencystring

one of: USD, CAD, MXN

referenceNumberstring | null

max length: 100

loadClassificationstring | null

max length: 100

sylectusLoadTypeinteger | null
vehicleTypestring | null

max length: 100

piecesinteger | null

min: 1

dimensionsLengthnumber | null
dimensionsWidthnumber | null
dimensionsHeightnumber | null
dimensionsUnitstring

one of: inches, feet

weightnumber | null
weightUnitstring

one of: lbs, kg

stackableboolean
hazmatboolean
dockHighboolean
teamDriverRequiredboolean
tsaboolean
notesInternalstring | null

max length: 5000

notesExternalstring | null

max length: 5000

distanceMilesnumber | null
teamIdstring

Visible team ID. Omit only when the connection has one visible team.

format: uuid

Result

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