Skip to main content
Glama

Shop vehicles

shop_vehicles
Read-onlyIdempotent

Use for live US/CA cars/SUVs/trucks/EVs/motorcycles/RVs/trailers by place (near me), budget, mileage, make/model, condition, body, fuel, features, named dealer, or live-listing recommendation. Quebec excluded. Call once; never retry/refine/broaden. Fallback stays in-country; filters exact. Facts only; web only if asked. Named-dealer stock: find_dealerships then shop. Not repair/reliability/facts/MSRP/out-of-market, named-source, web-only, or no-app. Verbatim request; never ask for ZIP/postal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fuelsNo
limitNo
makesNo
trimsNo
bodiesNo
cursorNo
modelsNo
countryNoUS default; CA supported outside Quebec.
requestYesVerbatim shopper request.
sort_byNoDefault: relevance.
featuresNoClasses: third_row, awd_4wd, tow_package, apple_carplay, android_auto, adaptive_cruise, leather, heated_seats, ev_range_200_plus.
statusesNoOmit unless status is explicit; omission searches both available and intransit.
year_maxNo
year_minNo
price_maxNo
price_minNo
conditionsNo
dealer_idsNo
drivelinesNo
nationwideNo
mileage_maxNo
charge_portsNo
radius_milesNoUS miles; CA kilometres. Fallback widens geography only; filters remain exact.
location_textNoFree-text city/place/state/postal exactly as the shopper supplied; never ask for a ZIP code.
transmissionsNo
vehicle_typesNo
dc_fast_chargeNo
sort_directionNo
exterior_colorsNo
interior_colorsNo
electric_range_maxNo
electric_range_minNo
displacement_cc_maxNo
displacement_cc_minNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
matchesYes
coverageYes
fallbackYes
freshnessYes
next_actionYes
next_cursorYes
total_relationYes
applied_filtersYes
interpreted_requestYes
suggested_relaxationsYes

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds substantial behavioral context beyond these: it mandates single-call usage with no retries/refinement/broadening, explains fallback behavior ('stays in-country; filters exact'), specifies response type ('Facts only; web only if asked'), and prohibits asking for location details ('Verbatim request; never ask for ZIP/postal'). No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph that packs purpose, exclusions, behavioral rules, and guidance into a concise format. Every sentence adds value, and there is no repetition or filler. However, it could be slightly more structured (e.g., breaking into sections for 'what it does', 'exclusions', 'behavioral rules') to improve scanability. Given the amount of information, it remains efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 34 parameters, the description covers the main use cases and constraints well. It explains the core functionality, geographic limitation, single-call rule, and fallback behavior. The presence of an output schema reduces the need to describe return values. However, gaps remain: it does not mention pagination (cursor parameter) or the limit parameter, does not explain the fallback mechanism in detail, and does not address sorting or other optional filters. While strong for a typical MCP tool, it is not exhaustive given the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at only 21%, the description must compensate. It names several filter dimensions (place, budget, mileage, make/model, condition, body, fuel, features, named dealer) that map to parameters like location_text, price_min/max, mileage_max/min, makes, models, conditions, bodies, fuels, features, dealer_ids. It clarifies that 'request' should be verbatim and that location_text should be the shopper's free-text input. However, many parameters (drivelines, transmissions, charge_ports, colors, etc.) are unaddressed, and the description does not provide a structured mapping between use cases and parameter names. While it adds meaning, it does not fully compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies a precise verb-resource pair ('shop vehicles') and clearly scopes to live US/CA listings of common vehicle types (cars, SUVs, trucks, EVs, etc.). It enumerates supported query dimensions (place, budget, mileage, make/model, condition, etc.) and explicitly excludes Quebec. It distinguishes from sibling tools like find_dealerships by stating the prerequisite step for named-dealer stock, and lists what the tool is NOT for (repair, reliability, facts, MSRP, out-of-market, etc.), providing strong differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit 'when to use' guidance: it covers the supported query types and provides an alternative workflow ('Named-dealer stock: find_dealerships then shop'). It includes clear negative guidance ('Not repair/reliability/facts/MSRP/out-of-market...') and behavioral rules ('Call once; never retry/refine/broaden', 'Fallback stays in-country; filters exact'). It also tells the agent to never ask for ZIP/postal, which prevents improper UX.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool has a highly specific purpose with strict context rules (e.g., compare_vehicles only after shop_vehicles, fetch only for citations). No two tools appear to do the same thing; even search and shop_vehicles are explicitly separated by use case.

Naming Consistency3/5

Most tools follow a verb_noun pattern (compare_vehicles, find_dealerships, get_vehicle), but 'fetch' and 'search' are single verbs without objects, and 'shop_vehicles' uses an uncommon verb. The mix of styles reduces consistency.

Tool Count5/5

With 10 tools, the server covers the key stages of car shopping (discovery, comparison, details, dealership info, test drive, trade-in, inquiry) without being bloated. The count feels well-scoped for the domain.

Completeness3/5

The tool set covers the core shopping workflow, but it explicitly prevents refinement (one shop_vehicles call only) and lacks advanced features like financing calculators, vehicle history, or saved searches, leaving noticeable gaps for common user needs.

Resources