Skip to main content
Glama

Tribunal TRT11: Consulta Processual

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

B3.1/5.0
Behavior2/5

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

Annotations provide readOnly=false, destructive=false, and idempotent=true, but the description adds no behavioral context beyond the reproduction angle. It does not explain what happens after reporting, whether a ticket is created, or any side effects. There is no contradiction with annotations, but no meaningful extra disclosure.

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 a single, front-loaded sentence with no filler words. It is concise and readable, though it could have been slightly more structured by separating the purpose from the instruction. Overall, it earns its place.

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

Completeness2/5

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

With no output schema and only 3 simple parameters, the tool is not highly complex. However, the description omits what the caller should expect after reporting (e.g., confirmation, ticket ID) and does not clarify how to format the conversation array. It covers the basic purpose but leaves important context gaps.

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 as an array of recent messages, but the schema declares it as a string (default '[]'), which is ambiguous. It provides no guidance for the required 'message' parameter or the 'context' parameter, leaving the most important fields underspecified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as a bug/feedback reporting tool and the main action (report). It distinguishes itself from sibling tools like authenticate or marketplace, but the title from annotations also provides clarity. It does not explicitly contrast with another feedback tool, but the purpose is unambiguous.

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 states when to use the tool ('Report a bug, missing feature, or send feedback') and gives a specific usage instruction ('Include the conversation array with recent messages for reproduction'). It does not mention when not to use it or produce alternative tools, so it falls short of a 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

B3.4/5.0
Disambiguation2/5

The marketplace tool is a multi-purpose container that overlaps with the direct domain tool (it can invoke it) and also includes a report_bug sub-action duplicating the standalone report_bug. Additionally, authenticate and connect both deal with credentials/connection status, creating ambiguous boundaries.

Naming Consistency3/5

Tool names are individually descriptive but follow mixed conventions: single verbs (authenticate, connect), nouns (marketplace, toolkit_info), verb_noun (report_bug, show_version), and a long domain-specific name. No consistent pattern, but the names are readable and not vague.

Tool Count2/5

Despite the server being named 'Tribunal TRT11: Consulta Processual', only one of seven tools is dedicated to that purpose. The other six are platform-management tools that seem out of place for the declared scope, making the count inappropriate.

Completeness4/5

For the core legal consultation domain, the single tool covers the expected query operation without dead ends. However, the inclusion of unrelated platform tools detracts from the overall coherence, though it doesn't create gaps for the primary function.