Skip to main content
Glama

Remuneração de Servidores (Transparência)

transparencia_servidores_remuneracao_consultar

Read-onlyIdempotent

Remuneração de um servidor do Poder Executivo Federal no Portal da Transparência a partir do CPF e do mês/ano. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CPFYes
MesAnoYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds meaningful behavior beyond these: it explains the cost model (prepaid per-query) and clarifies that the data is public, not private or confidential, with LGPD compliance responsibilities. This is valuable context not covered by annotations.

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 front-loaded with the primary purpose, followed by four sentences of relevant contextual information (hosting, cost, data accessibility, LGPD). While the legal sentence could be condensed, every sentence serves a purpose and there is no redundancy or filler.

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 query tool with strong annotations, the description covers the core intent, data accessibility, and compliance context. It omits the return format and details of the optional parameter, but given the simplicity and the explicit purpose, it is reasonably complete.

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

Parameters3/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. It mentions CPF and month/year as input criteria, adding some semantic meaning for two required parameters. However, it does not explain the format of CPF/MesAno nor the optional 'completo' boolean, leaving gaps in parameter understanding.

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 clearly states the tool's function: querying remuneration of a federal executive branch public servant using CPF and month/year. This specific verb-resource combination ('Remuneração de um servidor... no Portal da Transparência') distinguishes it from the unrelated sibling tools (authenticate, marketplace, etc.).

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 provides useful context: the tool is hosted by the platform, requires no credentials, and is paid per query with prepaid credit. It does not explicitly state exclusions or alternatives, but the sibling tools are functionally unrelated, so the context is sufficient to guide appropriate use.

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

Most tools are clearly distinct: platform management (connect, authenticate, marketplace, etc.) vs. the single domain query tool. The only potential confusion is between connect and authenticate, but their descriptions clarify the different steps.

Naming Consistency2/5

Naming is inconsistent: mixed languages (English vs. Portuguese), mixed styles (single-word verbs like 'connect' vs. underscore-separated 'show_version' vs. the long descriptive 'transparencia_servidores_remuneracao_consultar'), and no clear pattern across all tools.

Tool Count3/5

7 tools is reasonable in absolute terms, but the count is skewed: only one tool actually serves the server's stated 'Remuneração de Servidores' purpose, while the other six are generic platform utilities that feel misplaced in a domain-specific server.

Completeness2/5

The domain surface is severely incomplete: only a single query (CPF + month/year) is provided, with no other operations like listing, filtering, or retrieving detailed records. The platform tools don't address the remuneration domain.