Skip to main content
Glama

trf_certidao_consultar

Read-onlyIdempotent

Emite a certidão cível, eleitoral ou criminal de uma pessoa ou empresa no Tribunal Regional Federal, a partir do CPF ou CNPJ e da região. 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
TipoYes
RegiaoYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description adds valuable behavioral context: no authentication needed, payment-per-query with prepaid credits, data is public access from official sources, and LGPD compliance responsibilities for the client. This enriches the agent's understanding of side effects and constraints.

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 four sentences long, each conveying essential information: the core function, platform/cost details, data classification, and legal responsibility. It is front-loaded with the main purpose and contains no redundant or filler content.

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 purpose, cost, access rights, and legal context, but it omits the return format (e.g., PDF, JSON) and fails to resolve the CPF/CNPJ required-parameter ambiguity. Given the lack of output schema and parameter descriptions, these are notable gaps for a tool with five parameters.

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?

With 0% schema description coverage, the description must compensate. It mentions CPF/CNPJ, region, and certificate types, but it does not explain the values for 'Tipo', the format of CPF/CNPJ, or the 'completo' boolean. Notably, it says 'CPF ou CNPJ' suggesting either/or, while the schema requires both, leaving ambiguity.

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: issuing civil, electoral, or criminal certificates from the Regional Federal Court using CPF/CNPJ and region. The verb 'emite' is specific, the resource is precise, and it distinguishes itself from the generic sibling utilities.

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 when to use the tool: to query public official records for certificates. It also explains practical requirements (paid via prepaid credits, no credentials) and clarifies that it is not for private/confidential data. However, it does not explicitly compare against alternative tools, though no direct alternatives are present among 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
Disambiguation3/5

Most tools have distinct purposes, but `connect` and `toolkit_info` both report connection/status information, and `marketplace` is an overloaded catch-all covering search, invoke, install, and billing, making its boundaries fuzzy. The detailed descriptions help differentiate, but some confusion is possible.

Naming Consistency2/5

Tool names are inconsistent: single verbs (authenticate, connect), noun-only (marketplace), verb_noun (report_bug, show_version), noun_noun (toolkit_info), and a Portuguese domain-specific name (trf_certidao_consultar). No clear pattern unifies the set, mixing English/Portuguese and different naming conventions.

Tool Count3/5

Seven tools is a reasonable number, but the set mixes generic platform utilities (authenticate, marketplace, report_bug, etc.) with a single domain-specific tool, making the count feel inflated for the stated purpose of the server (Certidão TRF). The count itself is not extreme, but the inclusion of unrelated infrastructure tools is questionable.

Completeness2/5

The domain appears to be querying Brazilian federal court certificates, but only one tool (`trf_certidao_consultar`) handles that. There is no way to manage past queries, retrieve documents, list available certificate types, or handle any other part of the certificate lifecycle. The remaining tools are about MCP platform management, not the domain, leaving significant gaps.