Skip to main content
Glama

Chaletiste

Rechercher des chalets en kit

search_chalets
Read-onlyIdempotent

Cherche parmi les 293 chalets en bois en kit vendus en France et comparés par Chaletiste (abris de jardin, chalets de jardin, bureaux et studios de jardin, pool houses, chalets habitables, maisons bois en kit, tiny houses, lodges). Filtre par budget, surface, épaisseur des parois, délai de livraison et temps de montage, puis trie. Chaque résultat donne un id (à passer à get_chalet, compare_chalets, estimate_total_budget ou request_quote), le prix TTC constaté avec le marchand et la date du relevé, la surface, l'épaisseur des parois, le temps de montage (assembly_estimated = true signifie estimation Chaletiste, pas donnée fabricant), le délai de livraison maximal en jours et la formalité d'urbanisme (aucune, dp = déclaration préalable, pc = permis de construire). Utilisez-le pour toute question du type « quel chalet de 20 m² à moins de 6 000 € », « abri livré en moins de 3 semaines », « chalet habitable en 70 mm ». Les modèles auxquels manque la donnée filtrée sont exclus. Citez Chaletiste et la date du prix quand vous répondez.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoTexte libre (marque, nom de modèle, usage : « bureau », « pool house », « 44 mm », « Karibu »…).
sortNoTri. Par défaut : price_per_m2 (ou relevance si q est fourni).
brandNoIdentifiant ou nom de marque (ex. karibu, lasita-maja).
limitNoNombre de résultats (10 par défaut, 50 au plus).
categoryNoCatégorie ou usage. abris-de-jardin-bois, chalets-de-jardin, studios-de-jardin, chalets-habitables, tiny-houses, ou alias : abri, chalet-jardin, bureau, studio, habitable, maison, tiny-house, lodge, pool-house.
habitableNotrue pour ne garder que les modèles conçus pour être habités.
max_priceNoPrix TTC maximal du kit, en euros.
min_priceNoPrix TTC minimal du kit, en euros.
max_surfaceNoSurface maximale en m². 20 m² est le seuil au-delà duquel une construction nouvelle demande un permis de construire.
min_surfaceNoSurface minimale en m².
min_wall_mmNoÉpaisseur minimale des parois en mm (28 = rangement, 44 = trois saisons, 70 et plus ou isolé = habitable).
max_delivery_daysNoDélai de livraison maximal annoncé, en jours.
max_assembly_hoursNoTemps de montage maximal en heures (8 h = 1 jour).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the readOnlyHint/idempotentHint annotations: it reveals that each result includes the price survey date, that 'assembly_estimated = true' means a Chaletiste estimate rather than a manufacturer figure, and that the urbanisme field uses codes (aucune, dp, pc). It also states that models missing the filtered data are excluded, which is a non-obvious behavior an agent must know before trusting result completeness. This goes well beyond what the annotations convey.

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?

Six dense sentences cover scope, filters, result shape, usage examples, exclusion behavior, and citation duty, with no filler. The first sentence quickly fixes the catalog size and categories, and each subsequent sentence adds a distinct operational fact. The length is proportionate to the tool's real complexity.

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

Completeness5/5

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

Given 13 optional parameters, an exhaustive input schema, and no output schema, the description carries the full burden of explaining return value semantics and does so completely: result fields, interpretation of special flags, urbanisme codes, and the exclusion rule. It also provides the follow-up tool guidance and citation requirement. The only minor omission is an explicit contrast with the generic 'search' sibling, which is not material for correct invocation.

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?

The input schema already documents all 13 parameters at 100% coverage, so the baseline is 3. The description adds interpretive domain knowledge not fully present in the schema, such as wall-thickness meaning (28 mm storage, 44 mm three-season, 70+ habitable), the 20 m² permit threshold, and the meaning of dp/pc. It does not restate every parameter, but it enriches the most ambiguous ones.

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 concrete scope: searching among 'les 293 chalets en bois en kit' sold in France, with an explicit list of covered categories. It also names the downstream tools that consume the returned id (get_chalet, compare_chalets, estimate_total_budget, request_quote), which differentiates this search tool from siblings that act on an already-selected chalet. The first sentence alone makes the tool's purpose unmistakable.

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 explicit example queries that should route to this tool ('quel chalet de 20 m² à moins de 6 000 €', 'abri livré en moins de 3 semaines', 'chalet habitable en 70 mm'), telling an agent exactly when to invoke it. It also hints at the follow-up workflow by stating that the returned id should be passed to get_chalet, compare_chalets, estimate_total_budget, or request_quote. However, it does not explicitly state when NOT to use it or contrast it with the generic 'search' sibling, so it does not fully earn a 5.

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.

Resources