Skip to main content
Glama

Verificar citação de jurisprudência

verificar_citacao
Read-only

Verifica se uma citação de jurisprudência brasileira (número de processo, acórdão ou tese) existe na base JuriBase de fontes oficiais. Use antes de apresentar qualquer citação ao usuário, ou quando o usuário fornecer uma citação para checar. Retorna CONFIRMADO (com os dados reais), DIVERGENCIA (existe, mas com dados diferentes), NAO_ENCONTRADO (verifiquei e não achei no escopo coberto) ou INDISPONIVEL (a base não pôde ser consultada agora — NÃO conclua que a citação não existe; tente novamente), mais o escopo coberto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textoYesa citação, número de processo ou trecho a verificar

TDQS

A4.5/5.0
Behavior5/5

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

Despite annotations already indicating read-only and open-world hints, the description adds important behavioral details: it defines the four possible return statuses and warns not to conclude non-existence when INDISPONIVEL is returned. This meaningfully augments the structured annotations.

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?

Three concise sentences: purpose, usage, and return behavior. Front-loaded with the main action, each sentence earns its place, no fluff.

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?

Despite no output schema, the description fully explains the return values and their meanings, including the caveat about INDISPONIVEL. Combined with high schema coverage and annotations, the description is complete for this tool's complexity.

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 describes the single parameter with high coverage (100%). The description reiterates the parameter's scope (citation types) but adds no format-specific details beyond the schema, so the baseline 3 is appropriate.

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 identifies the tool's purpose: verifying whether a Brazilian jurisprudence citation exists in JuriBase. It specifies the resource (citations, process numbers, court decisions, theses) and the action (verify existence), and distinguishes itself from 'buscar_jurisprudencia' by its verification role.

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?

Explicitly states when to use it: before presenting any citation to the user, or when the user provides a citation to check. It does not explicitly mention exclusions or alternatives, so not a full 5.

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

A4.5/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one searches for jurisprudence, the other verifies citations. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in Portuguese: 'buscar_jurisprudencia' and 'verificar_citacao'.

Tool Count3/5

With only 2 tools, the set is on the thin side for the domain of legal research. While each tool is essential, the low count borders on insufficient for comprehensive coverage.

Completeness4/5

The tools cover searching and verifying citations, which are core operations. Minor gaps exist (e.g., no advanced filtering or full text retrieval), but agents can work around them.

Resources