MCP documentation | MCP docs for agents
ark_update_spot_quote
ark.update_spot_quote
Update customer, freight, reference, schedule, and stop details on a visible active spot quote.
- 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 active spot quote ID.
format: uuid
customerIdstringARK customer ID for the spot quote.
format: uuid
customerEmailstring | nullformat: email; max length: 254
currencystringone of: USD, CAD, MXN
referenceNumberstring | nullmax length: 100
loadClassificationstring | nullmax length: 100
sylectusLoadTypeinteger | nullvehicleTypestring | nullmax length: 100
piecesinteger | nullmin: 1
dimensionsLengthnumber | nulldimensionsWidthnumber | nulldimensionsHeightnumber | nulldimensionsUnitstringone of: inches, feet
weightnumber | nullweightUnitstringone of: lbs, kg
stackablebooleanhazmatbooleandockHighbooleanteamDriverRequiredbooleantsabooleannotesInternalstring | nullmax length: 5000
notesExternalstring | nullmax length: 5000
distanceMilesnumber | nullstopsarray<object>min items: 2; max items: 50
Result
The tool returns the canonical ark.update_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.