Skip to main content
Glama

retraite_rachat

Rachat de trimestres (VPLR — coût, gain, ROI) — Coût et rentabilité d'un rachat de trimestres (versement pour la retraite, art. L351-14-1). Barème 2026 (Circulaire CNAV 2026-04) selon âge/option/revenu, 2 options (taux seul / taux et durée), coût net d'IR (déductible), gain de pension et ROI en années. Gère le rachat d'études (abattement ≤ 40 ans) et de stage (12 % PMSS). Plafond légal 12 trimestres tous motifs. (sources: CSS art. L351-14-1, D351-14 à D351-18 ; Circulaire CNAV 2026-04 (barème VPLR) ; Service-Public F15675 ; Service-Public F19666 (gain décote))

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageYesÂge au rachat (20-66).
rfrNo
samNoSAM (25 meilleures années) — chiffre le gain de pension.
tmiNoTMI en FRACTION 0-1 (ex. 0,30 pour 30 %) — chiffre l'économie d'IR (rachat déductible). ⚠️ l'outil "tmi" RENVOIE un pourcentage (30) ; ici on attend la fraction (0,30).
motifNoÉtudes (abattement ≤ 40 ans), années incomplètes, ou stage (12 % PMSS, ≤ 30 ans, max 2).
partsNo
n_trimYesNombre de trimestres à racheter (max 12 tous motifs).
optionNo"taux" (taux seul) ou "taux_duree" (taux et durée). Le stage est taux seul uniquement.taux
trim_acquisNo
trim_requisNo
revenu_moyenNoMoyenne des revenus des 3 dernières années (D351-8) — détermine la tranche du barème.
trim_manquantsNoTrimestres manquants pour le taux plein (pilote la décote et le gain).
pension_brute_annuelleNoPension brute annuelle — chiffre le gain net.

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries disclosure itself. It states the calculation basis (Circulaire CNAV 2026-04 barème), the two options, the income-tax deductibility effect, and the legal limits. It does not spell out the exact output shape or behavior when optional inputs are omitted, but the core behavioral guarantees are well covered.

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 core function and outputs are front-loaded, with legal source strings at the end for verifiability. There is slight redundancy between 'Rachat de trimestres (VPLR — coût, gain, ROI)' and 'Coût et rentabilite d'un rachat de trimestres', and the paragraph is dense, so it stops just short of a 5.

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 a 13-parameter tool with no output schema, the description covers the essentials: inputs (âge/option/revenu), outputs (coût net d'IR, gain de pension, ROI), and special cases (études, stage, legal cap). The exact return object and behavior with omitted options are not documented, but the schema covers parameter constraints and the description names the key computed values, which is sufficient for a competent agent.

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 coverage is 69%, so the description adds needed context: it connects age, option, and revenu to the barème, names the two option values, and gives legal constraints for motifs and number of quarters. It does not individually elaborate all 13 parameters, but the determinant inputs and their role in the calculation are made clear.

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 leads with the precise domain — 'Rachat de trimestres (VPLR — coût, gain, ROI)' — and states what the tool computes: the cost, tax-net cost, pension gain, and ROI of buying retirement quarters. The legal basis and barème details make it unmistakably distinct from sibling retirement tools such as retraite_estimation or retraite_optimisation.

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 clear context for when the tool applies: any rachat de trimestres calculation, with explicit coverage of études (abattement ≤ 40 ans), stage (12 % PMSS), and the 12-trimestre legal cap. It does not explicitly name sibling tools to exclude, but the scenario is specific enough that an agent can route to it without ambiguity.

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