Skip to main content
Glama

ibama_regularidade_consultar

Read-onlyIdempotent

Emite o certificado de regularidade ambiental do IBAMA para uma pessoa ou empresa a partir do CPF ou 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
CpfYes
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
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description adds meaningful behavioral context: no credentials needed, prepaid credit per consultation, public-access nature of the data, and the client's role as data controller under LGPD. These details help the agent set user expectations and understand compliance implications.

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 and well-structured: first sentence states the core purpose, the second covers payment/hosting, and the third addresses public access and legal responsibility. Every sentence earns its place with no filler or repetition.

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 purpose, cost, access class, and legal context well, which is strong for a simple public lookup. However, with no output schema, the description should provide more about the expected return ('completo' behavior, response format, or certificate details), and the CPF/CNPJ requirement mismatch further harms completeness.

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 coverage is 0%, so the description must compensate, but it only partially does. It clarifies that Cpf and Cnpj are person/company identifiers, yet it says 'ou' (or) while the schema lists both as required. The optional 'completo' parameter is not explained at all, leaving a semantic gap and a potential contradiction.

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 specific action ('Emite') and resource ('certificado de regularidade ambiental') plus the target audience (pessoa ou empresa a partir do CPF ou CNPJ). This distinguishes the tool from the unrelated sibling tools and makes the purpose immediately obvious.

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 useful selection context: it is hosted by the platform, requires no credentials, is paid per query, and consults only public official data. It explicitly excludes private or confidential data and mentions LGPD responsibility. It does not name alternative tools, but no direct sibling competitor exists, so the guidance is adequate.

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

Most tools have distinct names and purposes, but connect and toolkit_info both report connection status, and marketplace is a vast catch-all for many sub-operations. The mix of one domain-specific tool (ibama_regularidade_consultar) with six generic platform tools also makes the server's purpose confusing for an agent.

Naming Consistency2/5

Naming conventions are highly inconsistent: single verbs (authenticate, connect), snake_case in Portuguese (ibama_regularidade_consultar), compound nouns (toolkit_info), and one bare noun (marketplace). There is no predictable verb_noun pattern, and mixed languages further undermine consistency.

Tool Count3/5

At 7 tools, the count is within the normal range, but the server's name suggests an IBAMA-focused purpose; only one tool actually belongs to that domain. The other six are general platform utilities, making the set feel misaligned with the server's identity, though not extreme.

Completeness3/5

The core domain function (ibama_regularidade_consultar) is covered as a single-point query, and the authentication/connection flow is supported by platform tools. However, there are no additional IBAMA-related operations (e.g., batch queries, status checks, or document verifications), so the domain surface is minimal. The platform side is broad but not deeply integrated with the domain.