Skip to main content
Glama

retraite_pension_totale

Pension totale consolidée (multi-régimes, le détail du RIS) — Somme les régimes EN POINTS d'un relevé (base CNAVPL + tous les complémentaires/ASV), splitte base/complémentaire, applique la couche brut→net (1 % maladie sur la seule part complémentaire). Le régime de base salarié (CNAV) et la fonction publique ne sont pas en points : les fournir via pensions_fournies (issues de retraite_estimation ou du RIS) pour un total réellement total. Chaque jambe est vraisemblance-vérifiée ; la confiance globale suit la jambe la plus faible. (sources: retraite_registre.js (routage 47 régimes) ; retraite_engine.js (formules golden-testées) ; CSS art. L136-8/L131-2 (prélèvements sociaux + 1 % maladie complémentaire))

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rfrNoRFR 2024 du foyer — active le calcul du net (prélèvements sociaux). Sinon le total brut sert de proxy.
partsNoParts fiscales du foyer.
regimesYesRégimes en points du relevé. Chaque item : { code_regime, points, [age_depart, age_legal, trimestres_manquants, trimestres_acquis, trimestres_requis] }.
inclure_netNoCalculer la pension nette après prélèvements sociaux (défaut true).
pensions_fourniesNoJambes NON calculées par nous (ex. CNAV base, fonction publique) : { label, montant_annuel, [etage:"base"|"complementaire"] }. Additionnées telles quelles, flaggées « fourni » (confiance non assertée par le hub).

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations at all, the description carries the full burden of behavioral disclosure, and it delivers richly: it states exactly what the tool computes (sum of points, base/complementary split), the specific 1% maladie rule on the complementary share, per-leg plausibility checks, and that global confidence follows the weakest leg. It even cites legal and source-file references, which is exceptional transparency for a calculation tool.

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 every clause carries information: core function first, then the critical exclusion and workaround, then the confidence behavior, then provenance. It is front-loaded and contains no filler or tautological padding, even though it is on the longer side.

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 complexity (multi-scheme consolidation), the absence of annotations, and the absence of an output schema, the description does a strong job of explaining the computation, edge cases, and how to supply missing legs. The main gap is that it never explicitly states the response shape (e.g., total_brut, total_net, confidence, per-leg detail), which an agent would otherwise have to infer.

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?

Schema description coverage is 100%, so the baseline is already 3. The description adds meaningful conceptual context beyond the schema: it clarifies that regimes must be points-based, that pensions_fournies is the mechanism for non-points legs, and that the net layer depends on rfr. This enriches the parameter model without needing to restate syntax.

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 is specific and immediately identifies the tool's core function: computing a consolidated total pension by summing points-based regimes, splitting base/complementary, and applying the gross-to-net layer. It clearly differentiates itself from siblings by emphasizing 'multi-régimes' and limiting scope to 'régimes EN POINTS', a boundary not present in the sibling names.

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 operational guidance: non-points regimes (CNAV, fonction publique) must be supplied via pensions_fournies, sourced from retraite_estimation or the RIS, to obtain a truly total figure. While this clearly routes around a known gap, it stops short of explicitly naming the sibling to use when only non-points regimes are available, so it earns a 4 rather than 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.

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