Skip to main content
Glama

Processos Judiciais (Simplificada)

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds the useful instruction to include conversation data but doesn't disclose additional behavioral traits such as side effects or external communication. It doesn't contradict 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?

A single, front-loaded sentence that conveys purpose and a key usage tip without unnecessary words.

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?

The tool is simple (3 params, no output schema), and annotations cover safety. However, the description fails to explain the required 'message' parameter and 'context', leaving gaps that could confuse an agent. It's adequate but not fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It explains the 'conversation' parameter (include recent messages for reproduction) but leaves the required 'message' and optional 'context' unexplained, providing only partial compensation.

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 with a specific verb and resource ('Report a bug, missing feature, or send feedback') and is distinct from sibling tools, none of which handle bug reporting.

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?

The description implies usage by stating what the tool is for and instructs to include the conversation array for reproduction, giving clear context. It doesn't explicitly mention alternatives or when not to use, but none of the siblings overlap in functionality.

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.1/5.0
Disambiguation5/5

Each tool has a distinctly separate role: authentication, connection status, marketplace operations, legal process consultation, bug reporting, version display, and toolkit state. No two tools overlap in purpose.

Naming Consistency3/5

Most tools use short English verb or noun phrases (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), but the core domain tool is a long Portuguese phrase (processos_judiciais_simplificada_consultar), breaking the pattern and mixing languages.

Tool Count4/5

Seven tools is a reasonable number, but six of them are generic platform utilities rather than specific to judicial processes. The server's stated purpose is only represented by a single domain tool, making the count feel slightly bloated with platform-related tools.

Completeness4/5

The domain tool provides the core consultation by CPF/CNPJ, which matches the 'simplified' intent. However, there are no additional judicial process operations (e.g., detailed process lookup, history, or documents), but the platform marketplace tool can extend capabilities.