Skip to main content
Glama

retraite_estimation

Estimation de pension (données partielles) — Pension approchée à partir du statut, du revenu, de l'âge et de l'âge de départ : carrière reconstituée, SAM plafonné au PASS, décote. Rend un point central, une fourchette et un niveau de confiance. Ce N'est PAS un calcul certain — il remplace un relevé de carrière (RIS) manquant, pas l'inverse. (sources: CNAV — taux plein 50 %, SAM 25 meilleures années plafonné au PASS ; Agirc-Arrco — barème de points 2026 ; PASS 2026 = 48 060 € ; Fonction publique — 75 % du traitement indiciaire)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYesÂge actuel (ans).
statutYesStatut (insensible à la casse et aux accents). Valeurs reconnues : "salarié cadre", "salarié non-cadre" (ou "salarié" seul = non-cadre), "fonctionnaire", "profession libérale" / "TNS" / "indépendant" (= libéral).
age_departNoÂge de départ souhaité (défaut 64).
trimestres_acquisNoTrimestres déjà acquis (RIS) — resserre la fourchette si fourni.
annee_debut_carriereNoAnnée de début de carrière — resserre la fourchette si fournie.
revenu_net_imposableYesRevenu net imposable annuel actuel (€).
traitement_indiciaireNoFonctionnaire uniquement : dernier traitement indiciaire brut annuel, hors primes.

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses the estimation method (carrière reconstituée, SAM capped at PASS, décote), the output shape (central point, range, confidence level), and the approximate/uncertain nature of the result. It also cites concrete source rules and the 2026 PASS value, giving the agent a transparent model of what the tool does.

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 front-loaded with the core purpose, then the output, then a clear caveat, and finally source details in a parenthetical. It is longer than a minimal description, but every part carries decision-relevant information such as uncertainty, outputs, and methodology. The structure is organized and scannable.

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?

For an estimation tool with no annotations and no output schema, the description covers the essential context: inputs, output structure, uncertainty, and methodology. The main gaps are the absence of a named sibling for the precise-calculation case and the apparent schema inconsistency around the required statut and age fields. Overall, an agent can reliably select and invoke this tool from the description.

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?

Although schema coverage is high, the description adds useful meaning by naming the core inputs: statut, revenu, âge, âge de départ, and by specifying that traitement indiciaire applies to fonctionnaires. This is particularly valuable because the schema snippet omits a statut property and appears to conflate age with age_depart. The description does not redundantly restate every schema field.

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 by stating 'Estimation de pension (données partielles)' and 'Pension approchée', which immediately identifies the tool as an approximate pension estimator. It explicitly says 'Ce N'est PAS un calcul certain' and explains that it replaces a missing RIS career statement, which distinguishes it clearly from exact pension calculation 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 gives a clear when condition: use it when a RIS career statement is missing, and a clear when-not: it is not a certain calculation and is not a substitute for a precise pension calculation when the RIS is available. It does not name a specific sibling tool to use in the precise-calculation case, so it stops short of full alternative routing.

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.7/5.0
Disambiguation4/5

The tool families are clearly separated by domain prefixes (fiscal, retraite, referentiel), and the descriptions proactively distinguish near-neighbors such as fiscal_tmi vs fiscal_prelevements_sociaux and retraite_estimation vs retraite_pension_totale. Some initial confusion is possible between retraite_pension_regime and retraite_regimes, but the descriptions are detailed enough to resolve it.

Naming Consistency4/5

Most tools follow a predictable snake_case domain_object pattern: fiscal_*, retraite_*, referentiel_*. The clear outlier is qotien_capacites, which uses a misspelled, non-domain prefix and breaks the otherwise consistent naming scheme.

Tool Count3/5

With 18 tools, the server is heavier than the typical 3-15 sweet spot, though it is organized into recognizable fiscal, retirement, and referential clusters. The count is defensible for a two-domain server, but it begins to feel like a large MCP surface that agents must navigate carefully.

Completeness4/5

The server covers the main French income-tax and retirement calculation needs: income tax, marginal rate, social levies, CEHR, property capital-gains surtax, pension estimation, multi-regime totals, net pension, buybacks, progressive retirement, and parental surcharge. Minor gaps exist—such as no explicit long-career early-retirement tool and pensions_fournies being referenced rather than exposed as a first-class tool—but agents can work around them.

Resources