MCP documentation | MCP docs for agents

ark_update_spot_quote_bid

ark.update_spot_quote_bid

Update carrier, DOT, MC, price, price-per-mile, or deadhead details on a visible pending spot quote bid.

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

bidIdstringrequired

Visible pending spot quote bid ID.

format: uuid

carrierIdstring | null

Carrier ID when the carrier already exists in ARK.

format: uuid

carrierNamestring

min length: 1; max length: 200

dotNumberstring

Carrier DOT number.

min length: 1; max length: 30

mcNumberstring | null

max length: 30

pricenumber
pricePerMilenumber | null
distanceDeadheadMilesnumber | null

min: 0

Result

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