Skip to main content
Glama

CEPIM (Entidades Impedidas)

cepim_consultar

Read-onlyIdempotent

Verifica se uma entidade privada sem fins lucrativos consta no CEPIM (impedidas de receber recursos públicos) a partir do 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
CnpjYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish read-only and non-destructive behavior. The description adds valuable context: no credentials required, pay-per-query model, data is public and not confidential, and LGPD compliance responsibilities. This goes beyond the structured annotations without contradicting them.

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

Conciseness5/5

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

The description is concise, with four sentences each serving a purpose: stating the function, explaining hosting/payment, clarifying data nature, and noting LGPD responsibility. It is directly front-loaded with the purpose, making it easy to parse quickly.

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 two parameters and no output schema, the description covers the primary function, input, cost, and data sensitivity. However, it omits an explanation of the 'completo' boolean parameter and possible response details, which would enhance completeness. Overall, it is largely sufficient.

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 coverage is 0%, so the description must compensate. It clearly indicates the main input is CNPJ ('a partir do CNPJ'), but it does not explain the optional 'completo' parameter or provide format details. This partial explanation adds some value but leaves ambiguity for the optional parameter.

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: 'Verifica se uma entidade privada sem fins lucitativos consta no CEPIM' (checks if a non-profit entity appears in CEPIM). It uses a specific verb ('verifica') and resource ('CEPIM'), and distinguishes from sibling tools which are platform-level actions (authenticate, connect, 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 context on when to use the tool: it is hosted by the platform, requires no credentials, and is paid per query with prepaid credit. It also clarifies the data is public access. However, it does not explicitly state when not to use it or mention alternative tools, which are not needed given the unrelated 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

A3.6/5.0
Disambiguation5/5

Every tool has a clearly distinct purpose: authenticate for token login, cepim_consultar for CNPJ checks, connect for status, marketplace for discovery/running, report_bug, show_version, and toolkit_info. There is no functional overlap between tools.

Naming Consistency2/5

Naming is inconsistent: verbs (authenticate, connect), nouns (marketplace), verb_noun (report_bug, show_version), and noun_noun (toolkit_info). The only domain tool, cepim_consultar, reverses the verb_noun pattern, breaking any coherent naming scheme.

Tool Count2/5

Seven tools is moderate, but the server is named 'CEPIM' and only one tool relates to that domain. The other six are generic platform utilities, making the set feel padded and poorly scoped to the intended purpose.

Completeness2/5

For the CEPIM domain, only a single query operation exists with no additional workflows (e.g., bulk verification, historical checks). While the platform side is thorough, the CEPIM-specific surface is shallow and incomplete for a dedicated service.