Skip to main content
Glama

Reajuste de Aluguel

calculo_rmc_rcc

Read-onlyIdempotent

RMC/RCC — reserva de margem consignável de cartão (INSS, códigos 217/268): limites de 5% e restituição corrigida dos descontos. Tese: cartão rotativo vendido como consignado que nunca amortiza.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipoNo
indiceNo
descontosYes
data_calculoNo
beneficio_mensalYes

Schema Changelog

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

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

The readOnlyHint, idempotentHint, and destructiveHint annotations already cover the safety profile, and the description does not contradict them. It adds behavioral context by stating the 5% limit and 'restituição corrigida dos descontos', which helps an agent understand what kind of output to expect. It still leaves the exact calculation behavior and return format unspecified, but for a read-only calc tool this is acceptable.

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 compact, front-loaded with the central acronym, and every fragment adds domain context; there is no obvious filler. The 'Tese' sentence is a little elliptical, but it earns its place by explaining the legal rationale behind the calculation.

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?

There is no output schema, so the description should explain what result an agent will receive, but it only vaguely mentions limits and corrected restitution. It also omits how required inputs relate to the calculation, how the descontos array should be structured, and how the optional enums affect results, leaving the tool incomplete for confident invocation.

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

Parameters2/5

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

With schema description coverage at 0%, the description carries the full burden of explaining inputs, but it only alludes to 'descontos' and INSS benefit without defining the required beneficio_mensal, descontos structure, competencia, indice, data_calculo, or the role of tipo. The '5%' hint and 'RMC/RCC' enum relation add some domain meaning, but largely not enough for an agent to populate the parameters correctly from prose alone.

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 identifies the domain (RMC/RCC for INSS, codes 217/268), the calculation (5% margin limit) and the output concept (corrected restitution of discounts), so an agent can tell this is a specific legal-calculation tool. It lacks an explicit action verb, but the tool name and the description together make the purpose reasonably unambiguous. It doesn't explicitly contrast itself with siblings, though RMC/RCC is a distinct subject among the calculo_* tools.

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?

The description gives contextual grounding – INSS benefit, codes 217/268, and a specific legal thesis about revolving credit sold as consigned – which implies when the tool is relevant. However, it never states an explicit selection rule or names alternative tools that should be used instead, so an agent has to infer applicability rather than be told it.

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

B3.4/5.0
Disambiguation3/5

The 16 calculo_* tools are each tied to a specific legal area and are generally easy to distinguish. However, the platform tools overlap: marketplace bundles discovery, auth, listing, and bug-report flows that also exist in authenticate, connect, toolkit_info, and report_bug.

Naming Consistency3/5

The calculo_* group is highly consistent and readable. The six platform tools follow a different, more mixed English convention with bare verbs, noun phrases, and snake_case names, so the set as a whole has two naming schemas rather than one.

Tool Count3/5

22 tools is in the heavy 16-25 range and feels excessive for a server titled 'Reajuste de Aluguel'. Some legal calculators are useful in a broader legal-calculation platform, but the title and the actual scope are mismatched.

Completeness3/5

For a broad Brazilian legal-calculation toolkit, coverage is quite wide: rent, monetary updating, criminal sentencing, FGTS, INSS, labor, and banking calculations are present. Still, there are notable gaps for a general legal surface, such as other INSS benefit calculations or civil compensation estimates, and the rent-adjustment title does not represent the full set.