Skip to main content
Glama

search_vehicles

Search the VIP Cars used-car inventory (verified ex-fleet cars, prices in EUR).

Values for the enum-like filters come from the live inventory (e.g. fuel_type 'dizel'/'benzin', body_type 'limuzina'/'suv'/'karavan', transmission 'manualni'/ 'automatski', color 'crna'/'siva' — Croatian, as stored). power_min/power_max are engine power in kW. sort: newest | price_asc | price_desc | year_desc | mileage_asc. Returns {items, total, page, per_page}; each item has listing_url for the human-readable page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo
makeNo
pageNo
sortNonewest
colorNo
modelNo
per_pageNo
year_maxNo
year_minNo
body_typeNo
fuel_typeNo
power_maxNo
power_minNo
price_maxNo
price_minNo
mileage_maxNo
mileage_minNo
transmission_typeNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full disclosure burden and delivers: the return shape {items, total, page, per_page}, listing_url per item, filter values sourced from live inventory in Croatian, and kW units for power. It does not explicitly state read-only behavior or pagination caps, but the search semantics plus the explicit return contract make the operation predictable.

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?

Two tight paragraphs with purpose front-loaded in the first sentence, followed by a compact block of filter/sort/return specifics. Every sentence carries information an agent needs, and the formatting aids scanning. The parenthetical examples add slight density but are justified given 0% schema coverage.

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?

Given 18 parameters, zero schema descriptions, no annotations, and no output schema, the description covers the essentials: inventory scope, currency, filter value provenance, units, sort options, and the return contract. Small gaps remain (mileage units, meaning of q, pagination limits), but the likeliest failure modes — guessing English enum values or unknown units — are preempted.

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

Parameters4/5

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

Schema description coverage is 0%, so the description compensates for the ambiguous parameters: enum-like filter values are illustrated with concrete Croatian examples ('dizel'/'benzin', 'limuzina'/'suv'), power units are specified as kW, and the sort parameter values are enumerated. Some parameters remain unaddressed (mileage units, q semantics), but the high-risk ambiguities are covered.

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 states a specific verb and resource: 'Search the VIP Cars used-car inventory (verified ex-fleet cars, prices in EUR)'. This clearly distinguishes it from siblings like get_vehicle (single vehicle retrieval), compare_vehicles, and the inquiry tools. An agent can immediately recognize this as the browse/search entry point.

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

Usage Guidelines3/5

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

The search semantics imply when to use the tool — it is obviously the find-vehicles operation among siblings — but the description never explicitly names alternatives or states when not to use it. It gives clear operational context (live inventory, filters, sorts) but no exclusion or routing guidance.

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

A4.3/5.0
Disambiguation5/5

Each tool has a distinct responsibility: search discovers inventory, get_vehicle provides single-vehicle details, compare_vehicles does side-by-side comparison, send_inquiry creates leads, and get_inquiry_status tracks them. There is no meaningful overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: search_vehicles, get_vehicle, compare_vehicles, send_inquiry, get_inquiry_status. The verbs clearly describe the action and the nouns identify the resource, making the set predictable and scannable.

Tool Count5/5

Five tools is a well-scoped size for a car dealership MCP server. Each tool serves a distinct user need—searching, viewing details, comparing, inquiring, and checking inquiry status—without unnecessary redundancy or bloat.

Completeness5/5

The tool surface covers the full customer-facing workflow: discovering vehicles, inspecting full details, comparing options, submitting inquiries, and following up on those inquiries. No obvious dead ends or missing core operations exist for the stated purpose.

Resources