Skip to main content
Glama

comprot_processo_consultar

Read-onlyIdempotent

Comprot: Processo, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cpfNo
cnpjNo
data_fimYes
processoNo
data_inicioYes

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=false, idempotentHint=true, destructiveHint=false. The description adds value by noting this is public data available to all citizens ('a mesma disponível ao cidadão, não é dado sigiloso'), clarifying the non-confidential nature, and handles LGPD compliance by stating the client is the data controller. It doesn't contradict annotations and provides reasonable disclosure beyond what annotations offer, though it could have gone deeper on privacy/data retention specifics.

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 a single focused paragraph of reasonable length (2-3 sentences), providing critical non-obvious information (government data source, LGPD considerations, prepaid consulting model, public nature of data). It's front-loaded with the core purpose. Slightly cryptically worded with the middle 'Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago' but concise overall.

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?

For a simple 5-parameter tool with no output schema and clear annotations, the description essentially covers the essentials: domain (official Brazilian sources), nature of the operation (consult), and legal compliance (controlador LGPD). However, it operates under the assumption that the agent understands how to combine the 5 parameters (width of a national database query), and it would have been strengthened by mentioning the completion or recommendation of the fields, especially since 3 parameters (cpf, cnpj, processo) appear mutually exclusive, and 2 data parameters are required.

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 description coverage is 0%, so the description had the burden to compensate. It mentions the domain (processos, dados de fontes oficiais) and the distinction between person (cpf), company (cnpj), and process (processo) identifiers. However, it doesn't explicitly map parameters to their formats (CNPJ 14-digit, CPF 11-digit, date format for data_inicio/data_fim), the required field combination (data_inicio + data_fim), or clarify whether the combination is a filter versus standalone search criteria. This is a missed opportunity given the 0% coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb-resource-scope structure: 'Consulta informação de fontes e órgãos oficiais brasileiros' (consult Brazilian official sources/agencies). It clearly identifies the tool as a read/query operation for processes and specifies the Brazilian public-domain context. However, since sibling descriptions aren't shown, specific sibling differentiation is only partially achievable, keeping it from a 5.

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 description clearly implies this is a consult/read operation and explains the revenue model ('pague por consulta com crédito pré-pago'), which tells users about associated costs. However, it doesn't explicitly state when to use this tool versus alternatives, nor does it provide explicit exclusions or alternative tool names. Usage is implied by context rather than explicitly stated.

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

The one domain tool, comprot_processo_consultar, is clearly distinct, but authenticate, connect, and toolkit_info overlap around connection/auth status. The marketplace tool also absorbs behaviors (report_bug, list_tools, install) that partially duplicate standalone tools, creating boundary confusion despite detailed descriptions.

Naming Consistency2/5

Tool names mix styles: English verbs (authenticate, connect), noun-only names (marketplace, toolkit_info), verb-noun pairs (report_bug, show_version), and one Portuguese snake_case domain tool (comprot_processo_consultar). There is no uniform convention, making the set feel inconsistent.

Tool Count3/5

Seven tools is not excessive, but the set bundles a single actual domain/query tool with a generic MCP platform shell dominated by marketplace and connection utilities. The count is workable, yet the packaging feels unfocused for a server named 'Comprot: Processo'.

Completeness3/5

The platform side is reasonably covered: authentication, connection status, marketplace-based install/invoke, version, bug reporting, and toolkit state are all present. However, the Processo domain itself is reduced to one generic consult tool, with no explicit support for related case actions or follow-ups.