Skip to main content
Glama

TCU Consolidada PJ

tcu_consolidada_pj_consultar

Read-onlyIdempotent

Consulta consolidada de uma empresa no TCU a partir do CNPJ, reunindo sanções e apontamentos. 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
CnpjYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

As anotações já declaram readOnlyHint=true e destructiveHint=false. A descrição adiciona contexto relevante além dessas anotações: custo por consulta, ausência de credenciais, acesso público e responsabilidade LGPD — comportamentos importantes para o agente.

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?

O texto é uma frase inicial direta seguida de contexto operacional e legal. Cada frase contribui, mas a parte sobre LGPD poderia ser mais enxuta. Ainda assim, é conciso e bem estruturado.

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?

A descrição cobre o objetivo, o custo, a autenticação e a natureza pública dos dados. Porém, não esclarece o significado de 'completo', o formato do CNPJ ou o formato de resposta/erros — lacunas relevantes para uma ferramenta sem output schema.

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?

A cobertura do schema é 0% e a descrição não explica o parâmetro obrigatório 'Cnpj' além de mencioná-lo no texto, nem o opcional 'completo'. A descrição não compensa a falta de documentação dos parâmetros.

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?

A descrição afirma claramente o propósito: 'Consulta consolidada de uma empresa no TCU a partir do CNPJ, reunindo sanções e apontamentos'. Há verbo específico, recurso definido e conteúdo esperado, distinguindo-se dos irmãos de autenticação/marketplace.

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?

Fornece contexto de uso: 'Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago'. Não há exclusões explícitas nem alternativas nomeadas, mas o contexto é claro o suficiente para um agente decidir quando usar.

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

The marketplace tool is a single tool that combines search, execution, installation, billing, and prompt management, creating a broad, ambiguous interface. connect, authenticate, and toolkit_info all relate to connection or status, with overlapping purposes. Only tcu_consolidada_pj_consultar is clearly distinct.

Naming Consistency2/5

Tool names mix single verbs (authenticate, connect), nouns (marketplace, toolkit_info), and verb-noun pairs (report_bug, show_version), with the domain-specific tool using a long snake_case phrase. There is no consistent verb_noun pattern across the set.

Tool Count3/5

Seven tools is within the typical 3-15 range, but six of them are generic platform management utilities, while only one addresses the server's named TCU purpose. The count is reasonable for a general MCP platform but mismatched for a TCU-specific server.

Completeness2/5

For the TCU domain, only a single query operation exists, with no additional lookups or related actions. The platform side is more complete, but the server's core stated purpose—TCU consolidated data—has minimal coverage, leaving agents without fallback or complementary operations.