Skip to main content
Glama

Tribunal TRF6: Processo

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 declare readOnlyHint=false (write operation), idempotentHint=true (safe to retry), and destructiveHint=false. The description adds the requirement to include a conversation array for reproduction, which is useful context. However, it does not describe what happens after reporting (e.g., sending data, acknowledgment), nor does it mention any prerequisites like authentication. The added value is modest, so a 3 is appropriate.

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 two sentences, front-loaded with the purpose, and each sentence adds value. The instruction about conversation is directly useful. There is zero redundancy or fluff, making it highly concise.

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 with three parameters and no output schema, so a short description could suffice. However, the parameter documentation gap and lack of details on expected message format or context usage means it is not fully complete for a first-time caller. A bit more detail on parameter interactions would elevate completeness.

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 only explains the 'conversation' parameter ('recent messages for reproduction'). No guidance is given for 'message' (required) or 'context' (default empty). This leaves two-thirds of the parameters semantically unexplained, failing to meet the need for 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 it reports a bug, missing feature, or feedback, with a specific verb and resource. It distinguishes from all sibling tools, which are unrelated (connect, marketplace, etc.). This is a model of purpose clarity.

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 when to use: whenever a bug/feature/feedback needs to be reported. It does not explicitly state alternatives or exclusions, but there are no competing tools for reporting. The lack of explicit 'use when' is acceptable given the uniqueness of this tool among siblings.

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

Each tool has a distinct purpose: authenticate handles login, connect checks status, marketplace manages MCP discovery/invocation, report_bug sends feedback, show_version displays versions, toolkit_info describes installed MCPs, and the tribunal tool queries process data. No two tools overlap in functionality, so misselection is unlikely.

Naming Consistency2/5

Tool names follow no consistent pattern. Some are single verbs (authenticate, connect), some snake_case verb_noun (report_bug, show_version, toolkit_info), and the domain tool is a long, fully descriptive name (tribunal_trf6_processo_consultar) that breaks from the others entirely.

Tool Count2/5

While 7 total tools is a reasonable number, the apparent scope is a domain-specific tribunal process server, yet 6 of the 7 tools are generic MCP platform utilities. This leaves only one tool actually serving the domain, which feels too thin and misaligned with the server's stated purpose.

Completeness2/5

For a tribunal process server, the only operation is a generic consult (tribunal_trf6_processo_consultar). There are no tools for searching by case number, listing processes, or retrieving detailed case information. The platform tools don't address the domain, leaving significant gaps that would require workarounds or manual user intervention.