Skip to main content
Glama
DeHor-Labs

mcp-juridico-brasil

by DeHor-Labs

listar_movimentacoes

Retrieve recent case proceedings updates from Brazilian courts. Returns a sorted list of docket entries with TPU codes and timestamps.

Instructions

Lista as movimentações mais recentes de um processo judicial.

Retorna o histórico de andamentos com código TPU, nome e data/hora, ordenado do mais recente para o mais antigo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limiteNoNúmero máximo de movimentações a retornar (padrão 20, max 50).
tribunalYesSigla do tribunal (obrigatória nesta tool para evitar varredura de todos os índices).
numero_processoYesNúmero no formato CNJ.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 does not disclose behavioral traits such as read-only nature, required permissions, rate limits, or potential side effects. The description only states what it returns, not how it behaves or 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 two sentences, front-loaded with the primary action, and contains no extraneous information. Every sentence adds value without redundancy.

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?

Given the tool has an output schema and 3 parameters, the description covers the return fields but omits details on error handling, pagination, or performance implications. It is adequate but not thorough.

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 100%, so baseline is 3. The description does not add meaning beyond the schema for the parameters; it mentions the output format but no additional parameter nuance. Hence, neutral contribution.

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 lists recent movements of a judicial process, specifying it returns history with TPU code, name, date/time, ordered from newest to oldest. It distinctly differentiates from siblings like 'listar_processos_monitorados' which lists monitored processes.

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 implies when to use (when needing recent movements of a process) but provides no explicit guidance on when not to use or alternatives. Given sibling tools like 'resumir_andamento' exist, the lack of comparative context is a missed opportunity.

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

Install Server

Other Tools

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/DeHor-Labs/mcp-juridico-brasil'

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