Skip to main content
Glama

Rechercher des voitures d'occasion (gratuit)

search_used_cars
Read-only

Search used cars for sale in France across all major marketplaces. Recherche multi-critères dans les annonces françaises agrégées par CarHunt (LeBonCoin, LaCentrale, L'Argus, Autosphere, ParuVendu…). Sans compte : 10 résultats max, sans deal-score. Avec une clé personnelle Premium/Pro (Bearer chu_live_…) : 25 résultats, deal-score visible et tri deal_score. Chaque annonce inclut source_url (lien direct vers l'annonce d'origine) — à toujours citer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makeNoMarque, ex. VOLKSWAGEN, PEUGEOT, BMW
sortNodate = découverte la plus récente (défaut) ; updated_at = fraîcheur scraper ; deal_score = sous-cote (clé Premium/Pro ou Business requise)
limitNoNombre de résultats (max 10 sans clé, 25 avec clé Premium/Pro)
modelNoModèle commercial, ex. GOLF, 308, SERIE 1 — les familles sont expansées (« GOLF » matche GOLF, GOLF SW…)
energyNoÉnergies séparées par des virgules : Essence,Diesel,Électrique,Hybride
regionNoRégion française : ile-de-france (ou idf), paca, bretagne, occitanie, normandie… Exclusif avec departments.
gearboxNoBoîtes séparées par des virgules : Manuelle,Automatique
year_maxNo
year_minNoAnnée-modèle minimum
price_maxNoPrix maximum en euros
price_minNoPrix minimum en euros
departmentsNoCodes départements, ex. ["33", "24", "40"]
mileage_maxNoKilométrage maximum
seller_typeNoVendeur professionnel ou particulier (couverture partielle)

TDQS

A4.4/5.0
Behavior5/5

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

Annotations only indicate readOnlyHint=true and openWorldHint=false. The description adds substantial behavioral context beyond that: result limits (10 without key, 25 with key), requirement of a Bearer key for premium features, visibility of deal-score, and the mandatory citation of source_url. This is precisely the kind of operational detail that helps an agent understand side effects and requirements.

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

Conciseness5/5

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

The description is front-loaded with the core purpose in English, followed by concise, high-value details in French: marketplaces, tier-based result caps, deal-score visibility, and source_url attribution. Every sentence adds a distinct piece of information with no filler. The mix of languages is functional and does not hurt clarity.

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 14 parameters, no output schema, and simple annotations, the description covers the main operational context (aggregation, limits, auth, source_url). It lacks an explicit statement of what fields are returned in each listing, but the parameters mirror likely result attributes, and the mention of source_url provides a key return-value detail. This is adequate for a search tool but not exhaustive.

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?

The input schema already has detailed descriptions for most of the 14 parameters (coverage 93%), including examples and enum meanings. The description does not add per-parameter semantics; it only uses the generic phrase 'Recherche multi-critères' which is not parameter-specific. Since schema coverage is high, the baseline of 3 is appropriate, and the description does not need to compensate further.

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 opens with a clear verb+resource pair: 'Search used cars for sale in France across all major marketplaces.' It explicitly names the resource (used cars in France), the aggregation scope (major marketplaces), and distinguishes itself from siblings like car_market_stats or estimate_car_price which serve different purposes. The subtitle 'Rechercher des voitures d'occasion' reinforces the action and subject.

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

Usage Guidelines4/5

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

The description gives clear context: this is the general-purpose search tool for French used-car listings across aggregated marketplaces. It explains the free tier versus Premium/Pro key behavior, which helps the agent know when this tool is appropriate. However, it does not explicitly name alternatives or exclusion criteria (e.g., 'for pro-only search use pro_search'), so it stops short of full alternative-based 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

A3.8/5.0
Disambiguation4/5

Tools are mostly distinct, with slight overlap between pro_search and search_used_cars, but descriptions differentiate based on professional features and deal scores. Pro_deals and pro_search also have different purposes.

Naming Consistency5/5

All tool names use snake_case with a consistent pattern: descriptive nouns for consumer tools (car_market_stats, estimate_car_price, search_used_cars) and pro_ prefix for professional tools (pro_search, pro_deals, pro_watchlist_create). No mixing of conventions.

Tool Count5/5

10 tools is well-scoped for a car market API covering both consumer and professional needs. It is not too few or too many, and each tool serves a clear purpose.

Completeness4/5

The tool set covers core operations: market stats, price estimation, search, deals, watchlists, and usage. Missing a dedicated tool to retrieve full details of a single listing by ID, but agents can work around using search results.

Resources