Skip to main content
Glama

cnpj_cadastral_consultar

Read-onlyIdempotent

Dados cadastrais básicos de uma empresa a partir do CNPJ: razão social, situação cadastral e natureza jurídica. 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
Behavior4/5

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

Annotations already mark it read-only and non-destructive. The description adds valuable transparency: no authentication needed, payment model (prepaid credits), public data nature, and LGPD compliance responsibility. This goes beyond the 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.

Conciseness4/5

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

The description is front-loaded with the core purpose, followed by necessary context about credentials, payment, and data privacy. It is slightly longer than strictly necessary due to LGPD phrasing, but each sentence adds meaningful context.

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?

Given a simple lookup tool with no output schema, the description lists the returned fields (razão social, situação cadastral, natureza jurídica), and covers access, cost, and legal aspects. However, it omits behavior of the 'completo' parameter and any potential response differences, leaving a small completeness gap.

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 identifies CNPJ as the input identifier, but the optional 'completo' boolean parameter is not explained at all. Partially compensates but leaves one parameter undocumented.

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: retrieving basic registration data (razão social, situação cadastral, natureza jurídica) from a CNPJ. It uses a specific verb ('consultar' implied) and resource (CNPJ), and the listed sibling tools are unrelated platform utilities, so it is well differentiated.

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?

It provides practical usage context: no credentials required, prepaid credit per query, and data is publicly accessible. It doesn't explicitly name alternatives or state when not to use, but given the sibling tools are generic, the context is sufficient for an agent to decide when to invoke this tool.

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.8/5.0
Disambiguation3/5

Most tools are clearly distinct, but connect, toolkit_info, and marketplace overlap on connection/status and installed MCP information. The sole domain-specific tool (cnpj_cadastral_consultar) is unambiguous.

Naming Consistency2/5

Names mix English and Portuguese, verbs and nouns, and underscore styles (e.g., authenticate vs report_bug vs cnpj_cadastral_consultar). No consistent pattern is followed.

Tool Count4/5

Seven tools is within a reasonable range, but six are platform-management utilities unrelated to the 'Cadastro PJ Básico' domain. The only domain-specific tool is a single query, making the set feel padded.

Completeness3/5

For its stated purpose, the CNPJ basic registration lookup is covered by one tool, but there are no additional operations like validation or search. The platform tools are extensive but unrelated to the domain label.