Skip to main content
Glama

Atualização Monetária

calculo_rmi

Read-onlyIdempotent

RMI — Renda Mensal Inicial (pós-reforma EC 103/2019): média dos salários de contribuição × coeficiente (60% + 2% por ano acima de 20H/15M), com piso (salário mínimo) e teto (INSS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sexoYes
teto_inssNo
media_salariosYes
salario_minimoNo
tempo_contribuicao_anosYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

As anotações já declaram readOnlyHint=true e idempotentHint=true, e a descrição não contradiz isso. Além das anotações, a descrição revela o comportamento central: a regra do coeficiente (60% + 2% por ano acima de 20H/15M) e a aplicação de piso e teto. Faltam detalhes sobre formato de retorno e casos extremos, mas a segurança da operação já está coberta pelas anotações.

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?

A descrição é uma única frase densa e bem estruturada, começando pelo nome completo e depois condensando fórmula, limiares e limites sem palavras desnecessárias. Cada trecho contribui para o entendimento do cálculo.

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

Completeness3/5

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

Apesar de cobrir bem a fórmula e os parâmetros, a descrição omite informações práticas: não há output schema, não declara o formato do valor retornado, unidades ou arredondamento, nem se teto_inss e salario_minimo têm valores padrão quando omitidos. A distinção entre obrigatórios e opcionais só aparece no schema, não na descrição.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Com 0% de cobertura descritiva no schema, a descrição precisa dar significado aos parâmetros, e ela faz isso: media_salarios corresponde a 'média dos salários de contribuição'; tempo_contribuicao_anos e sexo estão codificados na regra '20H/15M'; salario_minimo e teto_inss correspondem a 'piso' e 'teto'. Todos os cinco parâmetros são explicados semanticamente pela fórmula.

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?

A descrição abre com 'RMI — Renda Mensal Inicial' e declara exatamente o que a ferramenta calcula: média dos salários de contribuição vezes coeficiente, com piso e teto. Isso identifica claramente o recurso e o distingue das calculadoras irmãs como calculo_pensao ou calculo_tempo_contribuicao.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Não há orientação explícita sobre quando usar esta ferramenta em vez das alternativas, nem exclusões mencionadas. A fórmula sugere que o uso é para cálculo de RMI pós-reforma EC 103/2019, mas isso fica implícito, sem comparar com outras calculadoras do INSS.

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

Each calculo_* tool targets a distinct legal/financial area (rent, alimony, FGTS, criminal sentencing, etc.), and their descriptions cite specific statutes that make the purpose clear. The only mild ambiguity is that calculo_atualizar and calculo_indice both handle generic monetary correction, while some INSS/FGTS tools share 'refund plus correction' semantics, but the specialized names avoid serious confusion.

Naming Consistency3/5

The 16 domain tools follow a consistent 'calculo_<topic>' snake_case pattern, but calculo_atualizar uses a verb where the rest use nouns. The six platform tools break the pattern entirely with short English names (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), resulting in two readable but distinct naming conventions.

Tool Count3/5

At 22 tools, the set is in the heavy range, and while the 16 legal calculators each justify their place, the six unrelated MCP platform utilities bloat the count for a server named 'Atualização Monetária'. The breadth of the legal calculators makes this borderline rather than excessive, but the overall scope is less focused than a well-scoped 10-15 tool server.

Completeness4/5

The toolkit covers a remarkably wide set of Brazilian legal calculations: monetary correction, index factors, alimony, labor severance, FGTS, INSS refunds, bank contract revisions, criminal sentencing, prison progression, family division, retirement benefits, and contribution time. Minor gaps exist, such as no standalone general-interest calculator and no OCR for FGTS statements yet, but agents can work around these with the generic tools.