MCP documentation | MCP docs for agents
ark_create_spot_quote_bid
ark.create_spot_quote_bid
Create a carrier bid for a visible active spot quote, record bid history, and notify quote watchers.
- 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
spotQuoteIdstringrequiredVisible spot quote ID.
format: uuid
carrierIdstring | nullCarrier ID when the carrier already exists in ARK.
format: uuid
carrierNamestringmin length: 1; max length: 200
dotNumberstringrequiredCarrier DOT number.
min length: 1; max length: 30
mcNumberstring | nullmax length: 30
pricenumberrequiredpricePerMilenumber | nulldistanceDeadheadMilesnumber | nullmin: 0
Result
The tool returns the canonical ark.create_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.