Skip to main content
Glama

Tribunal TRF3: 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.6/5.0
Behavior2/5

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

The description does not disclose what happens after reporting (e.g., ticket creation, email notification) or any side effects. The annotations indicate readOnlyHint=false and destructiveHint=false, but the description adds no context about the actual behavior beyond the action itself.

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 concise, consisting of two sentences that cover the purpose and a key usage instruction. It is well-structured and free of unnecessary detail.

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 description provides the core purpose and a hint about parameter usage, but omits details about expected output, error handling, or post-action effects. Given the simple nature of the tool and the presence of annotations, it is minimally complete but lacks depth.

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?

The description clarifies the purpose of the 'conversation' parameter (for reproduction), but leaves 'message' and 'context' undefined. Since the schema provides no descriptions for these fields, the description only partially compensates for the lack of parameter documentation.

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: reporting bugs, missing features, or feedback. The verb 'report' and resource specification make the action unambiguous, and it is distinct from the sibling tools listed.

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 gives a specific instruction to include the conversation array for reproduction, which is a direct usage guideline. It implicitly indicates when to use this tool (when reporting issues), though it does not explicitly exclude alternative tools. Given no obvious alternatives exist, this is acceptable.

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.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: authentication, connection status, marketplace, feedback, version, and toolkit info. The only slight overlap is between authenticate and connect, but they serve different functions (login vs. status). The domain-specific consultation tool is unambiguous.

Naming Consistency2/5

Naming conventions are inconsistent: some tools use imperative verbs (authenticate, connect, report_bug, show_version), others are nouns (marketplace, toolkit_info), and one uses a long snake_case Portuguese phrase (tribunal_trf3_processo_consultar). This mixed style reduces predictability.

Tool Count4/5

With 7 tools, the count is within a reasonable range for a management toolkit. The set is not bloated, though the inclusion of a single domain-specific tool alongside generic platform utilities makes the overall scope feel slightly unfocused.

Completeness4/5

For platform management, the tools cover authentication, connection status, marketplace operations, version checks, toolkit state, and bug reporting. This is fairly comprehensive. However, for the apparent tribunal process domain, only one consultation tool exists, indicating a significant gap if that were the intended focus.