Skip to main content
Glama

Tribunal TRT7: 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

A3.9/5.0
Behavior3/5

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

Annotations already communicate that this is a non-read-only, idempotent, non-destructive operation. The description adds a small behavioral cue that the conversation array should contain recent messages for reproduction, but it does not explain side effects such as where the report goes or what response the caller should expect. This is adequate but not rich.

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?

The description is only two sentences long and every sentence earns its place: the first states the tool's purpose, the second gives the key usage detail. It is front-loaded and free of unnecessary wording.

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 relatively simple feedback-reporting tool with only three string parameters and no output schema, the description provides the essential purpose and the most important context detail. Missing parameter explanations are already accounted for in parameter semantics, so the overall contextual package is reasonably 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 for explaining the three parameters. It adds some meaning to 'conversation' by saying it should hold recent messages, but it does not explain 'message' or 'context'. With low schema coverage and 3 parameters, the description is insufficient to fully disambiguate parameter usage.

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 ('Report') and explicitly covers bugs, missing features, and feedback. It is distinct from sibling tools such as marketplace or tribunal tool names because it is unmistakably about filing a report.

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 tells the agent exactly when to use it ('Report a bug, missing feature, or send feedback') and even gives a concrete usage instruction about including the conversation array for reproduction. It doesn't explicitly exclude alternatives, but no sibling tool offers this same feedback/reporting function, making the guidance strong.

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

Several tools have unclear boundaries: authenticate, connect, and toolkit_info all deal with authentication/connection state, while marketplace is a catch-all that includes searching, invoking, installing, and managing MCPs. Only tribunal_trt7_processo_consultar is clearly distinct, but the generic platform tools overlap enough to create selection risk.

Naming Consistency2/5

Naming is inconsistent: one-word verbs (authenticate, connect), nouns (marketplace, toolkit_info), snake_case verb_noun pairs (report_bug, show_version), and a Portuguese noun-infinitive combo (tribunal_trt7_processo_consultar) are mixed together. There is no clear, predictable naming convention across the set.

Tool Count3/5

Seven tools is a reasonable number overall, but the set is lopsided: six tools are generic platform-management utilities and only one tool actually serves the named Tribunal TRT7 domain. The count feels acceptable for the platform shell but thin and somewhat off-purpose for a consultation server.

Completeness3/5

The single domain-specific tool likely covers the core 'consulta processual' lookup, but there are no other tribunal-specific tools for searching by different criteria, retrieving extended case details, or handling related follow-up actions. The rest of the tools are generic infrastructure, so the domain surface is minimal and leaves notable gaps for broader process-consultation workflows.