Skip to main content
Glama
DeHor-Labs

mcp-juridico-brasil

by DeHor-Labs

confirmar_leitura_intimacao

Confirm reading of a judicial summons to officially register awareness and start the procedural deadline. Requires explicit confirmation due to irreversible legal effects.

Instructions

Confirma a leitura de uma intimação no Domicílio Judicial Eletrônico.

╔══════════════════════════════════════════════════════════════════╗ ║ AÇÃO DE ALTO RISCO - EFEITO JURÍDICO REAL E IRREVERSÍVEL ║ ║ ║ ║ Confirmar a leitura de uma intimação via API DJe: ║ ║ - Registra ciência oficial com timestamp no sistema do CNJ. ║ ║ - INICIA a contagem do prazo processual correspondente. ║ ║ - NÃO pode ser desfeito via API. ║ ╚══════════════════════════════════════════════════════════════════╝

GATE DE SEGURANÇA (duplo): Esta tool opera em modo dry-run (sem efeito) por padrão. Para executar com efeito jurídico real, ambas as condições abaixo devem ser satisfeitas:

  1. confirmar=True deve ser passado explicitamente nesta chamada.

  2. DJE_PERMITIR_CONFIRMACAO_LEITURA=true deve estar definida no ambiente.

Se qualquer uma das condições falhar, a tool retorna uma simulação sem qualquer chamada à API DJe - completamente seguro.

Credenciais necessárias (via variáveis de ambiente): DJE_CLIENT_ID - client_id OAuth2 DJE_CLIENT_SECRET - client_secret OAuth2 DJE_BEHALF_OF_CPF - CPF do responsável (auditoria) DJE_PERMITIR_CONFIRMACAO_LEITURA - deve ser 'true' para modo real

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmarNoDEVE ser True para indicar que o operador está ciente do efeito jurídico e deseja prosseguir. False por padrão. Mesmo com True, a operação só é executada se DJE_PERMITIR_CONFIRMACAO_LEITURA=true estiver no ambiente.
id_intimacaoYesID único da intimação no DJe (obtido via listar_intimacoes).
numero_processoYesNúmero CNJ do processo (ex: '0001234-56.2023.8.26.0100').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses critical behaviors: dry-run mode by default, requirement for explicit confirmation, irreversibility, starts legal deadline, returns simulation if safety conditions not met. All behavioral traits are transparently stated.

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 well-structured with ASCII art and bullet points, front-loading the risk and purpose. It is longer than average, but every sentence is informative. Minor room for trimming, but the thoroughness is justified by the high-risk nature.

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 tool's complexity (high-risk, double gate, auth requirements), the description covers all necessities: use case, prerequisites, safety mechanism, output behavior (simulation vs real), and irreversibility. It is complete without needing output schema details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, yet the description adds significant value: 'confirmar' parameter is tied to the safety gate and operator awareness, 'id_intimacao' notes it comes from a sibling tool, and 'numero_processo' shows an example CNJ format. This goes well beyond the schema's brief descriptions.

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 confirms reading a judicial summons (intimação) via DJe, with specific verb ('confirmar') and resource ('leitura de intimação'). It distinguishes itself from siblings like 'listar_intimacoes' by emphasizing the irreversible legal effect, making its purpose unique and clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use (confirming reading, with operator awareness of legal effect) and when not (for viewing only). It details prerequisites (environment variables) and the double safety gate, including that without 'confirmar=True' and the environment variable, only a simulation runs. This covers exclusions and alternatives implicitly.

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