MCP documentation | MCP docs for agents
ark_create_spot_quote_customer_quote_and_hold_bid
ark.create_spot_quote_customer_quote_and_hold_bid
Create and send a customer quote from a visible pending carrier bid, then hold that bid pending the customer response.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
canEditLoad- Team visibility
- Required and enforced
- Approval policy
ask_before_send- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
spotQuoteIdstringrequiredVisible spot quote ID.
format: uuid
bidIdstringrequiredVisible pending carrier bid to hold after creating the customer quote.
format: uuid
holdReasonstringmax length: 5000
customerIdstringrequiredCustomer ID. Must match the visible spot quote customer.
format: uuid
pricenumberrequiredCustomer quote price.
markupPercentnumbermin: 0; max: 100
fromBidIdstring | nullCarrier bid used to generate the customer quote.
format: uuid
etaModestring | nullone of: time_away, exact_time, null
etaHoursinteger | nullmin: 0; max: 999
etaMinutesinteger | nullmin: 0; max: 59
etaDatetimestring | nullformat: date-time
etaTimezonestring | nullmax length: 100
quoteVehicleTypestring | nullmax length: 100
trailerLengthnumber | nulltrailerWidthnumber | nulltrailerHeightnumber | nulltrailerDimensionsUnitstring | nullone of: feet, inches, null
Result
The tool returns the canonical ark.create_spot_quote_customer_quote_and_hold_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.