Skip to main content
Glama
DeHor-Labs

mcp-juridico-brasil

by DeHor-Labs

monitorar_processo

Check if a Brazilian legal process has been updated after a specified date and time, enabling case monitoring via DataJud polling.

Instructions

Verifica se um processo teve atualização após a data informada.

Implementação Fase 2: polling via DataJud (sem tempo real). Fase 3 substituirá por notificação push via provider comercial.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tribunalYesSigla do tribunal (obrigatória para monitoramento).
desde_isoYesData/hora de referência em formato ISO 8601 (ex: '2024-01-15T08:00:00').
numero_processoYesNúmero no formato CNJ.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool uses polling (not real-time) and mentions future push notification, but does not detail side effects, authorization needs, or rate limits. Basic behavioral context is given but not comprehensive.

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: one sentence for purpose and two for implementation status. It is front-loaded with the core function. The technical details (DataJud, phases) are useful but could be considered slightly verbose for an agent; however, overall it is efficient.

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

Completeness4/5

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

Given 3 parameters with full schema coverage and an existing output schema, the description is fairly complete. It explains the check and the data reference point. It does not mention prerequisites (e.g., whether the process must be pre-registered) but sibling tools suggest coverage. Slight gap in overall context.

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?

Input schema has 100% coverage; each parameter already has a description. The tool description adds no additional meaning beyond referencing 'data informada' which maps to 'desde_iso'. Baseline of 3 is appropriate as the description provides no extra value over the schema.

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: check if a process has an update after a given date. The verb 'verifica' and resource 'processo' are specific, and it distinguishes from sibling tools like 'buscar_processo_por_numero' or 'listar_processos_monitorados' by focusing on update checking.

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 usage via implementation phases (polling, not real-time) but does not explicitly state when to use this tool versus siblings like 'buscar_processo_por_numero' or 'listar_movimentacoes'. No direct comparison or alternatives are provided, so guidance is only implicit.

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