MCP documentation | MCP docs for agents
ark_list_spot_quotes
ark.list_spot_quotes
List visible spot quotes with bid summaries, stops, customer context, and watcher state for the connected actor.
- Availability
- Expanded preview
- Scopes
loads:read- ARK permissions
canViewLoads- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
teamIdsarray<string>Visible team IDs to filter by. Omit to use all visible teams.
min items: 1; max items: 50
statusesarray<string>Spot quote statuses to include.
min items: 1; max items: 7
includeRetainedbooleanInclude internally retained terminal rows.
default: false
retainedOnlybooleanOnly return internally retained terminal rows.
default: false
limitintegerdefault: 50; min: 1; max: 200
Result
The tool returns the canonical ark.list_spot_quotes 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.