Skip to main content
Glama

CGU (Controladoria Geral da União)

cgu_consultar

Read-onlyIdempotent

Consulta registros de uma pessoa ou empresa na Controladoria Geral da União (CGU) a partir do CPF ou CNPJ. 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
CnpjYes
TipoYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive. Description adds operational details: hosted by platform, no credentials, prepaid credit cost, data is public not private, and LGPD data controller responsibility. These go beyond annotation hints and are consistent with them. No contradiction.

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?

Three sentences, each adds unique information: purpose, payment/credentials, and data legal context. The first sentence is the core purpose, followed by necessary operational details. Slightly long due to LGPD clause, but every sentence earns its place.

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?

Despite annotations, the tool has 4 parameters and no output schema. Description provides high-level context (public data, cost, no credentials) but leaves critical parameter semantics unexplained and does not describe what result records contain. An agent would struggle to correctly invoke this tool without additional information.

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 description must compensate. It only explains Cpf/Cnpj as identifiers, but fails to clarify 'Tipo' or 'completo'. Additionally, it says 'a partir do CPF ou CNPJ' while the schema requires both Cpf and Cnpj, creating confusion about how to fill them. This is insufficient for correct invocation.

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?

Description clearly states the tool queries records of a person or company at CGU using CPF or CNPJ. This is a specific verb ('consulta') + resource ('registros na CGU') and stands out from unrelated sibling tools like authenticate or connect.

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?

Provides clear context: use when needing CGU public data, no credentials required, pay per query with prepaid credit. It does not explicitly name alternatives, but sibling tools are unrelated, so no alternative is needed. The context is sufficient for an agent to decide when to use 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

A3.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (auth, query, status, feedback, version, toolkit state). However, marketplace is a mega-tool that includes report_bug functionality, creating some overlap with the dedicated report_bug tool, and connect/toolkit_info both relate to connection status.

Naming Consistency2/5

Naming is inconsistent: camelCase (connect, report_bug), snake_case (cgu_consultar), and mixed patterns overall. Also, cgu_consultar is Portuguese while other tool names are English, breaking a predictable convention.

Tool Count4/5

Seven tools is a reasonable count, but the marketplace tool is overloaded with many sub-actions (search, describe, invoke, install, subscribe, etc.), making it feel like a large number of hidden tools bundled into one.

Completeness2/5

The server's primary domain is CGU data consultation, but only one tool (cgu_consultar) addresses that domain. The rest are platform utilities (auth, marketplace, version, etc.), leaving obvious gaps such as different consultation types, data explanations, or batch operations.