Skip to main content
Glama

Chaletiste

Demander un devis

request_quote

Transmet une demande de devis pour un modèle au nom de l'utilisateur : Chaletiste la relaie au vendeur ou à un installateur, qui recontacte l'utilisateur. N'appelez cet outil QUE si l'utilisateur humain l'a demandé explicitement, vous a fourni lui-même ses coordonnées et a accepté qu'elles soient transmises : passez alors consent = true. Sans ce consentement explicite, n'appelez pas l'outil. Utilisez dry_run = true pour vérifier les champs sans rien envoyer. Gratuit et sans engagement pour l'utilisateur ; Chaletiste ne vend pas de chalets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNom de l'utilisateur.
emailYesE-mail de l'utilisateur, où il sera recontacté.
phoneNoTéléphone (facultatif).
consentYesDoit valoir true : l'utilisateur humain a explicitement accepté la transmission de ses coordonnées pour cette demande.
dry_runNotrue pour valider sans envoyer.
horizonNoHorizon du projet, ex. « moins de 3 mois », « 2027 ».
messageNoPrécisions : usage, terrain, fondation existante, options souhaitées.
postcodeYesCode postal français du terrain (5 chiffres).
agent_nameNoNom de l'assistant ou de l'agent qui transmet la demande.
product_idYesid du modèle.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description discloses the flow: the request is relayed to a seller or installer who recontacts the user, the tool requires explicit consent, and dry_run avoids sending. It also notes the tool is free and non-binding, and clarifies that Chaletiste does not sell chalets. This adds meaningful context beyond the annotations, which already flag non-read-only and open-world behavior.

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 moderately long but each sentence earns its place: purpose, consent conditions, dry_run, and cost/free nature. It is front-loaded with the core action and avoids fluff. Slightly verbose due to the repeated emphasis on consent, but still appropriately concise for a safety-sensitive tool.

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 the tool has 10 parameters, no output schema, and a non-read-only action, the description covers essential context: the process flow, prerequisites, dry_run option, and non-binding nature. It does not detail the exact response format, but for a side-effect action this is acceptable. Could elaborate on what happens if dry_run is false, but the overall picture is complete enough.

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?

Schema description coverage is 100%, so all parameters are self-documented. The description reinforces the consent requirement and dry_run usage but does not add new per-parameter semantics beyond what the schema already provides. It meets the baseline but does not exceed it.

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 action ('Transmet une demande de devis pour un modèle'), identifies the resource (a model), and clarifies the mediation role of Chaletiste. It clearly distinguishes this from sibling tools (search, compare, check_permit) by focusing on the quote request action.

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?

Explicitly states when to call the tool: only if the human user explicitly asked, provided their coordinates, and accepted their transmission. It also specifies that without consent the tool must not be called, and recommends dry_run for validation. This is strong, practical usage 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.

Resources