Skip to main content
Glama

Viagens de Servidores (Transparência)

transparencia_servidores_viagens_consultar

Read-onlyIdempotent

Viagens e despesas de um servidor do Poder Executivo Federal no Portal da Transparência a partir do CPF. 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
completoNo

Schema Changelog

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

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds meaningful context beyond annotations: it is hosted on the platform, requires no credentials, is paid via prepaid credit, accesses only public official data, and notes LGPD compliance responsibility for the client. This is substantial additional transparency, though rate limits or pagination are not mentioned.

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 a short paragraph, front-loaded with the core purpose in the first sentence. The subsequent sentences provide relevant operational and legal context without excessive wordiness. It is slightly dense but every sentence contributes value.

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?

For a tool without an output schema, the description gives a good sense of the data scope and access model, but it omits return format details and fails to clarify the 'completo' parameter. It is adequate for orientation but leaves clear gaps for an agent preparing to invoke the tool.

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 for both parameters. It mentions CPF as the input ('a partir do CPF') but does not describe the expected format or the optional 'completo' boolean parameter at all. An agent cannot infer the meaning or effect of 'completo' from the description.

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 retrieves travel and expense data for federal executive branch public servants via CPF ('Viagens e despesas de um servidor do Poder Executivo Federal no Portal da Transparência a partir do CPF'). It names the specific resource, input, and scope, and is easily distinguished from generic sibling tools like authenticate, connect, and marketplace.

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 useful usage context (hosted on the platform, no credentials, paid per query, public data) but does not explicitly state when to prefer this tool over alternatives or when not to use it. The intended scenario is implied by the CPF-based query, but there are no exclusions or alternative tool references.

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
Disambiguation3/5

Several tools overlap in reporting connection and toolkit status (connect, toolkit_info, and portions of marketplace), making it ambiguous which to call. The domain-specific tool is distinct, but the platform tools blur together.

Naming Consistency2/5

Tool names are inconsistent: some are single verbs (authenticate, connect), some are noun phrases (toolkit_info, marketplace), and one is a long Portuguese phrase (transparencia_servidores_viagens_consultar). No consistent verb_noun pattern is present.

Tool Count3/5

Seven tools is an acceptable count, but the server's stated purpose about transparency is served by only one tool, with six generic platform tools that dilute the focus. The count feels high for the domain and unfocused.

Completeness2/5

The domain tool only queries travel expenses by CPF, covering a narrow slice of what the server name implies. There are no other domain operations, such as listing available datasets or querying by other criteria, so the surface is significantly incomplete.