Skip to main content
Glama

Cálculo de Pensão Alimentícia

authenticate

Idempotent

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations only convey idempotent=true, not-read-only, and not-destructive; the description adds genuinely useful behavioral detail: config-based tokens produce a permanent non-expiring connection while pasted tokens are session-only, and no-args invocation returns a link. It doesn't mention whether existing sessions get invalidated, but there is no contradiction with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At roughly 65 words it is compact, but the structure is poor: it reads like chat support text ('Best: ... Or ...') and buries the agent-relevant invocation contract at the end after branding and human setup instructions. The front-loaded content serves the human user, not the agent selecting the tool.

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 simple tool (1 optional parameter, no output schema, no nested objects), the description covers invocation modes, token format, and persistence semantics. The main gap is not clearly stating what the tool returns in each mode beyond the implied link, and no mention of error behavior.

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 description coverage is 0%, so the description carries the full burden for the single 'token' parameter. It explains that token is a JWT pasted by the user and that omitting it triggers link generation — meaningful compensation. It falls short of 5 by not clarifying return values or invalid-token behavior.

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 identifies the resource (authentication for MCP.AI/IDE agents) and the two core behaviors: returning a login link when called with no args, or accepting a pasted JWT token for session login. It is reasonably distinguishable from the unrelated calculo_* siblings, though it opens with awkward branding and human instructions rather than a crisp verb+resource statement.

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 explicitly contrasts the two auth strategies — permanent config header vs session-only token paste — and states precisely when to call with a token ('after the user pastes') vs without args ('to get the link'). It gives clear conditional context but stops short of naming alternatives or when-not-to-use among siblings.

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.3/5.0
Disambiguation3/5

The calculo_* tools are mostly distinct by legal domain, but calculo_atualizar is a generic monetary-correction tool that overlaps with correction logic built into calculo_pensao, calculo_aluguel, and calculo_fgts. The platform tools like connect and toolkit_info are distinct but sit awkwardly alongside the calculators.

Naming Consistency3/5

The legal calculators consistently use a calculo_ prefix in snake_case, but suffixes mix verbs, nouns, adjectives, and acronyms. The six meta tools break the pattern entirely with bare names like connect, marketplace, and report_bug.

Tool Count2/5

22 tools is already on the heavy side, but the scope mismatch is severe: a server named 'Cálculo de Pensão Alimentícia' exposes 16 calculators for unrelated legal areas plus 6 platform administration tools. Only calculo_pensao directly matches the server name, making the count feel inflated and unfocused.

Completeness2/5

For the stated child-support purpose, the surface is incomplete: calculo_pensao covers only arrears and lacks clear support for prospective alimony calculation, modification/review, or enforcement scenarios. If viewed as a general legal calculator suite, it is broad but still has notable gaps, and the narrow server name makes those gaps more glaring.