Skip to main content
Glama

retraite_surcote_parentale

Surcote parentale (+1,25 %/trim, max 5 %) — Majoration de pension pour les parents au taux plein un an avant l'âge légal (art. L351-1-2-1). 1,25 % par trimestre travaillé dans la fenêtre [âge légal − 1 an ; âge légal), plafonné à 4 trimestres (5 %). Conditions : âge légal ≥ 63 ans, durée requise atteinte, ≥ 1 trimestre de majoration enfant (MDA). Gère le gel LFSS 2026. (sources: CSS art. L351-1-2-1, D351-1-4 ; CSS art. L351-4/L351-4-1/L351-5 (MDA) ; Service-Public F16336)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ageNo
rfrNo
partsNo
age_legalNoAlternative à la date de naissance : âge légal en années.
nb_enfantsNoÀ défaut de mda_parentale : ≥ 1 enfant → hypothèse de MDA.
mda_parentaleNo≥ 1 trimestre de MDA pour enfant (maternité/adoption/éducation).
date_naissanceNoDate de naissance (YYYY-MM-DD) — détermine l'âge légal + le gel LFSS 2026.
trimestres_acquisNo
trimestres_requisNo
pension_brute_annuelleNoPension de base brute annuelle — chiffre le gain en €.
trimestres_cotises_fenetreNoTrimestres cotisés dans la fenêtre [âge légal − 1 ; âge légal) — sinon estimé.

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden and does substantial work: it discloses the increment rate, quarterly cap, total cap, computation window, eligibility gates, and handling of the LFSS 2026 freeze. It does not state the return value shape or behavior when conditions are unmet, which is a residual gap.

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 dense and front-loaded: formula, cap, window, and conditions come before legal references. It is a single paragraph with no filler, though the trailing sources add length without directly helping an agent decide how to call the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter tool with no output schema and no annotations, the description is not complete: it omits what the tool returns, default/estimation behavior when quarter values are not supplied, and how optional inputs like rfr or parts affect the result. The agent can infer the calculation but not the full call contract.

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 55%, and the description adds meaning for core inputs such as the quarter window, MDA condition, and required duration. However, several shared optional parameters like age, rfr, parts, and trimestres_acquis are not connected to the calculation, so the description only partially compensates for the schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool computes the parental pension bonus ('Majoration de pension pour les parents') and gives the exact rate, cap, and eligibility criteria. It does not explicitly contrast it with siblings such as retraite_optimisation or retraite_estimation, so it misses the strongest possible sibling differentiation.

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 eligibility conditions: legal age ≥ 63, required duration reached, and at least one MDA quarter, plus the applicable window [âge légal − 1 an ; âge légal). It does not mention when not to use this tool or point to an alternative, stopping just short of a full 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