Skip to main content
Glama

Chaletiste

Estimer le budget total

estimate_total_budget
Read-onlyIdempotent

Estime le budget total d'un projet pour un modèle donné : prix du kit + fondation (dalle béton ou plots) + montage (professionnel ou soi-même) + taxe d'aménagement 2026 (892 €/m² hors Île-de-France, 1 011 €/m² en Île-de-France, taux indicatifs 5 % communal + 2,5 % départemental, exonération à 5 m² ou moins) + redevance d'archéologie préventive. Renvoie un total, une fourchette basse/haute, le détail ligne par ligne et la liste des hypothèses à citer. Estimation indicative, pas un devis : dites-le à l'utilisateur.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoÎle-de-France ou non (valeur forfaitaire de la taxe). Défaut : hors-idf.
productYesid du modèle.
assemblyNoMontage par un professionnel (pro, défaut) ou par l'utilisateur (self).
foundationNoType de fondation (dalle par défaut ; none si elle existe déjà).
commune_rateNoTaux communal de la taxe d'aménagement en % (défaut 5).
main_residenceNotrue si résidence principale (abattement de 50 % sur les 100 premiers m²).
department_rateNoTaux départemental en % (défaut 2,5).
surface_taxableNoSurface taxable en m² si connue (surface close et couverte de plus de 1,80 m de haut). Défaut : surface du modèle.

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?

Beyond the readOnly/idempotent annotations, the description discloses the exact outputs (total, low/high range, line-by-line detail, assumptions list) and the caveat that this is not a quote. It also surfaces key calculation rules like tax rates and the 5 m² exemption, adding substantial behavioral context.

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 dense but well-organized: purpose first, then components, then outputs, then the caveat. Every clause carries information needed for correct invocation, and nothing is redundant with the schema.

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?

For an 8-parameter tool with no output schema, the description adequately explains what will be returned, the assumptions to cite, and the key tax calculation details. The remaining parameter semantics are fully covered by the schema, so nothing essential is missing.

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 schema already covers all 8 parameters with descriptions, so the baseline is 3. The description adds meaningful domain logic—tax rates, exemption thresholds, and how components combine—which helps the agent understand parameter relationships beyond the schema.

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 specific verb and resource: 'Estime le budget total d'un projet pour un modèle donné' and enumerates the exact cost components. It also distinguishes itself from request_quote by explicitly stating 'pas un devis', making its purpose unambiguous relative to siblings.

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 clearly frames when to use the tool: to estimate a project budget for a given model. It provides an explicit exclusion ('pas un devis') and instructs the agent to tell the user the estimate is indicative, but it does not name alternative tools or give detailed when-not-to-use conditions.

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