Skip to main content
Glama

simulateurs_girardin

Read-onlyIdempotent

Girardin industriel — réduction d'impôt one-shot — Estime la réduction d'impôt d'un investissement Girardin industriel : impôt de référence (via le cIR de Qotien), montant remboursé (one-shot > impôt) et montant maximal investissable pour rester sous le plafond. Résultat ESTIMÉ (dépend du taux de rétrocession fourni). (sources: CGI art. 199 undecies B (Girardin industriel) via cIR ; Taux de rétrocession fourni par l'appelant)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partsNoParts de quotient familial.
rendementNoTaux de rétrocession / avantage (%).
taux_assuranceNoCoût de l'assurance (%).
montant_investiYesMontant investi en Girardin (€).
souscrit_assuranceNoSouscription d'une assurance de bonne fin.
revenu_net_imposableYesRevenu net imposable du foyer (€, case 1AJ) — sert au cIR.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true and idempotentHint=true, so the description's job is lighter. It adds useful behavioral context: the result is ESTIMÉ, it depends on the rétrocession rate supplied by the caller, and it references the legal source (CGI art. 199 undecies B). This goes beyond the annotations without contradicting them.

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 compact and front-loaded with the tool's purpose, followed by output specifics and a caveat. The source citation at the end is a minor extra but provides context for the legal basis; the structure earns a 4 rather than 5 because the title is partly repeated and the long parenthetical run-on could be slightly cleaner.

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?

With no output schema, the description does enumerate the main computed values, which is essential. It also conveys estimation uncertainty and legal grounding. It does not spell out return formatting or edge cases, but for a 6-parameter estimation tool with full schema documentation and safe read-only/idempotent annotations, the coverage is reasonably complete.

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 coverage is 100%, so the baseline is 3. The description adds only modest parameter insight, such as linking revenu_net_imposable to the cIR and noting that the rétrocession rate is caller-supplied, but it does not materially explain individual parameters beyond the schema's own descriptions.

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 'Estime la réduction d'impôt d'un investissement Girardin industriel' and then lists the exact outputs: impôt de référence, montant remboursé, and montant maximal investissable. The tool's specific object — Girardin industriel — distinguishes it clearly from the many fiscal_* and simulateurs_* 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 makes clear when the tool applies: estimating the one-shot tax reduction for a Girardin industriel investment, with the caveat that the result depends on the provided rétrocession rate. It does not explicitly name alternatives or exclusions, but the unique tax niche and the reference to the cIR de Qotien give sufficient context for an agent to route to it.

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.