Skip to main content
Glama

cnd_municipal_consultar

Read-onlyIdempotent

Emite a Certidão Negativa de Débitos municipal de uma pessoa ou empresa a partir do CPF ou CNPJ, inscrição municipal e município. 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
IMYes
CpfYes
CnpjYes
completoNo
MunicipioYes

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 provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds significant behavioral context beyond these: it is hosted on the platform, requires no credentials, involves prepaid credit, accesses public data (not private), and places LGPD compliance on the client. This informs the agent about operational and legal aspects that annotations do not cover.

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, consisting of two sentences. The first sentence states the core function and inputs, and the second adds necessary operational and legal context. Every word earns its place; no redundancy or irrelevant details.

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 the main purpose, key inputs, and critical operational/legal context (public data, no credentials, pre-paid, LGPD). However, it fails to explain the 'completo' parameter, does not specify the output format (just 'Emite a Certidão'), and contains the 'ou' discrepancy regarding CPF/CNPJ. These gaps make it only partially complete.

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 the description must compensate. It mentions CPF/CNPJ, IM, and Município but misleadingly says 'a partir do CPF ou CNPJ' (from CPF or CNPJ) while the schema requires both Cpf and Cnpj. This is a contradiction that could cause incorrect invocation. The optional parameter 'completo' is not mentioned at all, leaving its meaning undefined.

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: 'Emite a Certidão Negativa de Débitos municipal de uma pessoa ou empresa a partir do CPF ou CNPJ...' It uses a specific verb (emite) and identifies the resource (certidão negativa de débitos municipal). This distinguishes it from the unrelated sibling tools (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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The context of use is implied: to obtain a municipal negative debt certificate from public sources. The description adds operational context (hosted, no credentials, pay-per-query, LGPD responsibilities) but does not explicitly state when to use this tool versus alternatives or when not to use it. No alternatives are mentioned, so usage guidance is implied but not directed.

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

Most tools have clearly distinct purposes, but 'authenticate' and 'connect' both relate to authentication/connection status, and 'marketplace' is a sprawling meta-tool that overlaps with many capabilities. The domain-specific 'cnd_municipal_consultar' stands apart from the generic platform tools, reducing confusion among the former but making the set feel disjointed.

Naming Consistency2/5

Names mix single-word verbs (connect, marketplace), compound verbs (report_bug, show_version), and an inconsistent noun phrase (toolkit_info). The Portuguese 'cnd_municipal_consultar' contrasts sharply with English tool names, and there is no consistent verb_noun pattern across the set.

Tool Count2/5

While 7 tools is a reasonable number, the server is named 'CND Municipal' yet contains only one domain-specific tool; the other six are generic MCP platform utilities. This is a poor match between the server's apparent purpose and its actual tool composition.

Completeness2/5

For a CND Municipal service, the surface is extremely thin: only one query tool for the actual domain. There are no management operations for CND records, credit balance, or history. The platform tools (marketplace, connect, etc.) do not address domain completeness, leaving significant gaps for any real CND workflow.