Skip to main content
Glama

calcular_complemento_brecha_genero

Read-only

Calcula el complemento de pensión para la reducción de la brecha de género (antiguo complemento de maternidad, art. 60 LGSS). Importe fijo por hijo/a (la cuantía vigente y el máximo de hijos salen de data/fiscal; se abona en 14 pagas) sobre pensiones contributivas de jubilación, incapacidad permanente o viudedad. IMPORTANTE: tras la STJUE C-623/23 (15-may-2025) y la STS de 09-jul-2025, hombres y mujeres tienen derecho en IGUALDAD de condiciones — ya NO se exigen requisitos adicionales a los hombres. Requisitos: pensión contributiva, hecho causante desde el 4 de febrero de 2021, al menos 1 hijo y que el otro progenitor no lo perciba por los mismos hijos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexoYesSexo del beneficiario (informativo: desde la doctrina 2025 no afecta al derecho)
num_hijosYesNúmero de hijos/as nacidos con vida o adoptados antes del hecho causante
tipo_pensionYesTipo de pensión. Solo las contributivas dan acceso, y la jubilación parcial queda excluida por el art. 60.4 LGSS.
otro_progenitorNoSituación del OTRO progenitor (no del solicitante): no_percibe, percibe (incompatible, el complemento ya se reconoció por esos hijos), denegado, no_aplica. Que se lo denegaran a ÉL no da derecho a reclamar: para eso está denegacion_propia. Por defecto no_percibe.
denegacion_propiaNo¿Al SOLICITANTE le denegaron el complemento en su día y tiene una resolución denegatoria? Es lo que decide si procede reclamar (STJUE C-623/23 para denegaciones a hombres anteriores a 2025). Por defecto false.
fecha_hecho_causanteNoMomento del hecho causante. El complemento exige hecho causante desde el 4 de febrero de 2021. Por defecto desde_2021.
cuantia_pension_mensualNoCuantía mensual de la pensión base (€/mes). Opcional: para mostrar la pensión total con complemento.

TDQS

A4.6/5.0
Behavior5/5

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

With readOnlyHint already present, the description still adds substantial behavioral detail: fixed amount per child, current amount and maximum children sourced from data/fiscal, payment in 14 pagas, and the legal change removing extra requirements for men. This goes well beyond the structured annotations and prevents misinterpretation of the sexo parameter.

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 well ordered: purpose, calculation mechanics, key legal update, and eligibility requirements. Every sentence earns its place, and the STJUE/STS note is essential because it materially changes who qualifies.

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 complex legal calculation with seven parameters and no output schema, the description covers purpose, legal context, eligibility, and calculation data sources. It could explicitly describe the exact return value, but the fixed per-child amount and schema descriptions make the output largely inferable.

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 100%, so the baseline is 3. The description adds meaning by explaining that the complement is a fixed amount per child, that the current amount and child cap come from data/fiscal, and that it is paid in 14 installments. The remaining parameter-level details are already handled well by the input schema.

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 states a specific action ('Calcula el complemento de pensión...'), identifies the legal basis (art. 60 LGSS), and scopes it to contributory retirement, permanent disability, and widowhood pensions. This clearly distinguishes it from related sibling tools that calculate pensions or retirement gaps.

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?

It provides explicit eligibility requirements: contributory pension, fact causante from 4 February 2021, at least one child, and the other parent not receiving the complement. It also clarifies the post-2025 equality rule so men are known to be eligible. It stops short of naming sibling alternatives or giving explicit 'use X instead' 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.9/5.0
Disambiguation3/5

There are many tools with overlapping domains (e.g., multiple retirement calculators, home buying calculators), but detailed descriptions and explicit guidance on when to use comprehensive vs. specific tools help clarify. However, the sheer number (49) still creates potential confusion for an agent.

Naming Consistency5/5

All tools follow a consistent convention: infinitive verb or noun prefix (calcular, comparar, consulta) followed by descriptive noun phrase in snake_case. No mixed styles or irregularities.

Tool Count3/5

49 tools is high but justifiable given the broad scope of Spanish financial/legal calculations. It leans toward the heavy side but remains within a manageable range for a comprehensive server.

Completeness4/5

The tool set covers a wide spectrum of personal finance: income, taxes, housing, inheritance, self-employment, investments, etc. Only minor gaps exist (e.g., no separate tool for rental income beyond the alquiler tools, but included in IRPF).

Resources