Skip to main content
Glama
ehrodan

mcp-juridico-brasil

by ehrodan

resumir_andamento

Fetches Brazilian court case data from DataJud and returns it with instructions for generating a natural language summary of the case progress.

Instructions

Retorna dados estruturados de um processo para geração de resumo pelo LLM.

Esta tool busca o processo no DataJud e devolve os dados formatados junto com instruções para que o modelo gere o resumo em linguagem natural. O processamento semântico (resumo) fica no modelo, não no MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tribunalNoSigla do tribunal. Se omitida, o sistema pesquisa em todos.
numero_processoYesNúmero no formato CNJ.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly signals read-only behavior with verbs like 'Retorna', 'busca', and 'devolve', and usefully discloses that the output includes instructions and that the MCP does not perform semantic summarization. It does not discuss side effects, permissions, or rate limits, but the read-only nature is evident.

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 compact and front-loaded, with the core purpose in the first sentence and operational context plus the crucial MCP/model boundary in the following sentences. Every sentence earns its place; there is no filler.

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

Completeness5/5

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

Given the simple parameter set, full schema descriptions, and the presence of an output schema, the description is complete enough for correct invocation. It states the data source, what is returned, and explicitly clarifies that summary generation is the model's responsibility, preventing a common misconception.

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?

The input schema already provides 100% parameter coverage, including CNJ format for numero_processo and the tribunal default behavior, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already states.

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 clearly identifies the operation: retrieving structured process data from DataJud for LLM-generated summaries. It distinguishes itself by stating that semantic summarization is intentionally left to the model, not the MCP, which separates it from raw-data-fetching or drafting siblings. However, it does not explicitly name sibling tools or exclusion criteria, so it falls just short of 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?

Usage is implied: the agent should use this tool when it needs to produce a natural-language case summary, since the description says the data is returned 'para geração de resumo pelo LLM'. Yet there is no explicit when-to-use/when-not-to-use guidance and no reference to alternatives like buscar_processo_por_numero for raw process data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ehrodan/lexmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server