MCP documentation | MCP docs for agents
ark_create_spot_quote_customer_quote
ark.create_spot_quote_customer_quote
Create and send a customer quote for a visible spot quote, recording the same quote event and watcher notifications as the website.
- 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
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 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.