Skip to main content
Glama

Processos Judiciais (Completa)

processos_judiciais_completa_consultar

Read-onlyIdempotent

Consulta completa dos processos judiciais de uma pessoa ou empresa a partir do CPF ou CNPJ, com detalhes por processo. 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

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. Beyond these, the description adds critical behavioral context: no credentials required, prepaid credit/payment model, data is public access (not private), and LGPD compliance responsibilities. This goes beyond the annotations by addressing authentication, financial implications, and data handling, which are valuable for the agent.

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 at three sentences, front-loading the core purpose. The additional sentences about hosting, payment, and LGPD are informative and not redundant. A minor issue is the legal disclaimer, but it's relevant for compliance and not excessive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 3 parameters, no output schema, and the description covers many contextual aspects (payment, auth, data subject). However, it fails to explain the 'completo' parameter and does not resolve the contradiction between 'ou' in the description and the schema's required both Cpf and Cnpj. With no output schema, more detail on response structure would help, though 'com detalhes por processo' gives a hint. Overall, the description is incomplete for a tool with this complexity.

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 explain parameters. It mentions 'CPF ou CNPJ' but this conflicts with the schema, where both Cpf and Cnpj are required. The boolean 'completo' parameter is not explained at all, despite the description's phrase 'com detalhes por processo' possibly alluding to it. The description adds little semantic value and leaves parameter usage ambiguous.

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 purpose: 'Consulta completa dos processos judiciais de uma pessoa ou empresa a partir do CPF ou CNPJ, com detalhes por processo.' It names a specific verb (consultar), resource (processos judiciais), and input scope (CPF/CNPJ). It also distinguishes from siblings, as none of the listed siblings (authenticate, connect, marketplace, etc.) relate to judicial process consultation.

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?

Provides clear usage context: 'Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago' and 'Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais.' It sets expectations for authentication and payment but does not explicitly state when not to use the tool or name alternatives. Since there are no similar sibling tools, the lack of exclusion criteria is acceptable.

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 (authenticate, connect, report_bug, show_version), but 'marketplace' is a catch-all with many sub-actions and overlaps with 'connect' and 'toolkit_info' in terms of status/installed state. The legal consultation tool is unique, but the platform tools create some boundary confusion.

Naming Consistency2/5

Naming mixes English and Portuguese, single-word verbs (authenticate, connect), nouns (marketplace, toolkit_info), and verb_noun snake_case (report_bug, show_version, processos_judiciais_completa_consultar with the verb at the end). There is no consistent convention.

Tool Count3/5

Seven tools is a reasonable count, but the server is named 'Processos Judiciais' while most tools are generic platform management tools, making the scope feel mismatched. The count itself is not excessive, but the tool-to-purpose relationship is weak.

Completeness2/5

For a legal process domain, only one tool directly addresses the purpose; there are no other legal-specific operations beyond the single consultation. The remaining tools are unrelated to legal processes, so the completeness of the stated domain is severely lacking. If considered as a platform server, coverage is broader but still ad-hoc.