Skip to main content
Glama

Processos TJ (Tribunal de Justiça)

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

A4/5.0
Behavior3/5

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

Annotations define readOnly/destructive/idempotent hints; description adds the need to include conversation for reproduction. It does not describe what happens after submission or whether auth is required, but this is partially mitigated by annotations. No contradiction.

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?

Two short, purposeful sentences; no filler. Every sentence earns its place.

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?

For a simple three-parameter feedback tool with no output schema, the description covers purpose and the key reproduction data. However, it omits any guidance on the optional 'context' parameter and doesn't state return/response behavior, so not fully complete.

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 descriptions are absent (0% coverage). The description clarifies that 'conversation' should contain recent messages, adding meaning beyond the raw schema, but it leaves 'message' and especially 'context' unexplained, and its 'conversation array' phrasing slightly conflicts with schema's string type.

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?

Description explicitly states 'Report a bug, missing feature, or send feedback', naming the verb and resource. It is clearly distinct from sibling tools like authenticate, marketplace, and show_version.

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?

It gives clear context for when to use (filing a bug/feedback) and instructs to include conversation array for reproduction. It doesn't explicitly name alternatives, but no sibling tool competes for this purpose, so no exclusions are needed.

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

A3.8/5.0
Disambiguation3/5

The set mixes platform/admin tools (authenticate, connect, toolkit_info) and a single domain tool (tj_processos_consultar). Some overlap exists between connect/authenticate and marketplace/toolkit_info, but detailed descriptions help distinguish them.

Naming Consistency2/5

Names follow no consistent convention: English verbs (authenticate, connect, report_bug, show_version), a noun (marketplace), a noun phrase (toolkit_info), and a Portuguese verb phrase (tj_processos_consultar) are all mixed together, making discovery less predictable.

Tool Count4/5

Seven tools is a reasonable number, but six are generic MCP platform utilities while only one directly serves the 'Processos TJ' purpose, creating a scope mismatch.

Completeness3/5

The domain coverage is limited to a single consultation tool that supports multiple query parameters, but lacks follow-up operations such as process tracking or detailed case retrieval. The remaining tools are unrelated to legal processes.