Skip to main content
Glama

Revisão de Contrato Bancário

calculo_trabalhista

Read-onlyIdempotent

Verbas rescisórias / liquidação trabalhista (CLT): saldo de salário, aviso prévio indenizado (Lei 12.506/2011), 13º proporcional, férias proporcionais + 1/3, férias vencidas, multa de 40%/20% do FGTS, com descontos de INSS e IRRF (tabelas 2026). Verbas indenizatórias isentas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
avisoNo
motivoNo
salarioYes
admissaoYes
demissaoYes
saldo_fgtsNo
dependentesNo
projetar_avisoNo
ferias_vencidasNo

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

The description goes beyond the annotations by disclosing that the calculation includes INSS and IRRF discounts using 2026 tables and that indemnification-type amounts are exempt. This adds meaningful behavioral context about what the tool computes. It does not describe output shape or exact method details, but the readOnlyHint and idempotentHint already cover the safety profile, and the description does not contradict them.

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 two dense sentences with no filler or repetition. It front-loads the main subject and then adds a clarifying statement about tax-exempt indemnification amounts. Every phrase contributes useful domain information.

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?

This is a complex labor-law calculation with 9 parameters, no output schema, and zero schema descriptions. The description gives a solid high-level overview but omits critical invocation details such as date formats, how aviso and motivo enums affect the result, the meaning of projetar_aviso, and what the tool returns. An agent would need external domain knowledge to call this correctly and interpret the result.

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?

Schema description coverage is 0%, so the description must compensate by explaining parameters such as salario, admissao, demissao, aviso, motivo, saldo_fgts, dependentes, projetar_aviso, and ferias_vencidas. It does not map any parameter to its meaning or expected format. The domain context helps infer some roles (e.g., saldo_fgts relates to the FGTS fine), but this falls short of adequate parameter guidance for a 9-parameter tool.

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 resource as Brazilian CLT termination pay/labor settlement calculation and enumerates the main components (salary balance, notice, 13th salary, vacation, FGTS penalty). It lacks an explicit verb like 'calculates', but the noun phrase plus tool name makes the purpose unambiguous. It does not explicitly differentiate from sibling tools such as calculo_fgts, but the scope is still clear.

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 phrase 'Verbas rescisórias / liquidação trabalhista (CLT)' implies the tool should be used for CLT termination calculations, so usage is inferable. However, it does not state when not to use it or point to alternatives like calculo_fgts for FGTS-only scenarios. There is no explicit when/when-not guidance, only domain context.

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

Most calculo_* tools are separated by legal scenario, but several overlap in the generic task of correcting overdue amounts with indices and interest (calculo_atualizar, calculo_aluguel, calculo_pensao, calculo_fgts, calculo_restituicao_inss, calculo_rmc_rcc). Platform tools also overlap: connect and toolkit_info both report connection status, so an agent could easily misselect for a generic monetary-correction request.

Naming Consistency4/5

The calculation tools follow a strong calculo_<area> pattern and platform tools use simple English verbs, with consistent snake_case throughout. The main inconsistency is the mix between Portuguese calculation names and English platform verbs, plus grammatical variation such as calculo_atualizar versus calculo_indice versus calculo_salario_minimo.

Tool Count2/5

22 tools is already on the heavy side, but the bigger issue is scope: the server is named 'Revisão de Contrato Bancário' yet only a few tools are actually banking-contract related. Most calculators target unrelated legal domains like criminal sentencing, divorce, labor, FGTS, INSS, and the marketplace/admin tools add further unrelated surface area.

Completeness2/5

For a banking-contract-review server, the set lacks obvious companions such as tariff/fee analysis, detailed financing scenario comparison, insurance/consignment breakdowns, or full settlement-planning support. The many unrelated calculators do not fill the gaps in the core banking domain.