Skip to main content
Glama

Sintegra (Cadastros Estaduais)

sintegra_consultar

Read-onlyIdempotent

Consulta o cadastro estadual de contribuinte de uma pessoa ou empresa no Sintegra a partir do CPF ou CNPJ, inscrição estadual e UF. 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
UfYes
ieYes
CpfYes
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?

The description adds significant context beyond the annotations: it reveals the tool is hosted by the platform, requires no credentials, is pay-per-query with prepaid credit, and accesses public (non-private) data. It also explains the client's LGPD responsibilities. These details are not present in the readOnlyHint/idempotentHint annotations.

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 concise and front-loaded with the core purpose, followed by necessary operational and compliance information. The LGPD legal note adds a bit of length but is relevant for handling personal data, so it earns its place.

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?

The description covers important operational context (auth, payment, data privacy) but omits details on the return format or how to select between CPF and CNPJ. Given the lack of an output schema, this missing information makes the description somewhat incomplete for an agent to fully predict the tool's behavior.

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?

With 0% schema description coverage, the description must compensate for parameter meaning. It explains the main parameters (CPF ou CNPJ, IE, UF), but it says 'CPF ou CNPJ' while the schema requires both Cpf and Cnpj, creating ambiguity. The optional 'completo' parameter is not mentioned at all, leaving a gap.

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: querying the Sintegra state taxpayer registration for a person or company using CPF/CNPJ, state registration, and UF. It uses a specific verb ('Consulta') and identifies the resource and input parameters, distinguishing it from the unrelated sibling platform tools.

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 clear context on usage: it is hosted on the platform, requires no credentials, charges per query via prepaid credit, and accesses public data with LGPD compliance. It does not explicitly state when to use this tool versus alternatives, but the sibling tools are unrelated, so no exclusion is needed.

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

B3.4/5.0
Disambiguation2/5

Connect and toolkit_info both report connection status and installed MCPs, creating ambiguity. Authenticate and connect also overlap in the authentication flow, while marketplace's list_tools further duplicates toolkit introspection.

Naming Consistency2/5

Names mix English verbs (authenticate, connect, report_bug, show_version) with a Portuguese verb (sintegra_consultar) and nouns (marketplace, toolkit_info), showing no consistent pattern or language.

Tool Count2/5

Seven tools is a reasonable count, but six are generic MCP platform utilities unrelated to Sintegra. Only one tool serves the stated domain, making the set feel padded with irrelevant meta-tools.

Completeness2/5

For the Sintegra domain, only a single query tool exists, lacking any additional operations like listing supported states or verifying service status. The platform utilities do not contribute to domain coverage, leaving the surface thin.