Skip to main content
Glama

TCU Consolidada PJ

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.2/5.0
Behavior4/5

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

Annotations already provide idempotentHint=true and destructiveHint=false, so the safety profile is known. The description adds useful context about the conversation array being for reproduction, which goes beyond the schema and annotations. However, it does not detail side effects or what happens after reporting.

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 remarkably concise: two sentences, about 20 words, with the purpose front-loaded. Every word earns its place, and the instruction about the conversation array is efficiently integrated.

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 reporting tool with no output schema and only three parameters, the description is mostly complete. It covers the core action and the most important parameter (conversation). The only missing piece is the context parameter and explicit mention of what response to expect, but the tool's simplicity lowers the burden.

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?

With 0% schema description coverage, the description must compensate. It clearly explains the conversation parameter ('include the conversation array with recent messages for reproduction') and implicitly covers message as the report content. The context parameter remains unexplained, leaving a meaningful gap. This partial coverage merits a midpoint score.

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 specific verbs ('report', 'send feedback') and a resource ('bug, missing feature, or feedback'). It strongly distinguishes itself from sibling tools like authenticate, connect, and show_version, which serve entirely different functions.

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 provides clear context: use this tool for reporting bugs, missing features, or feedback. It implicitly instructs when to use it but does not explicitly mention exclusions or alternatives. This fits the 'clear context, no exclusions' level.

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

The marketplace tool is a single tool that combines search, execution, installation, billing, and prompt management, creating a broad, ambiguous interface. connect, authenticate, and toolkit_info all relate to connection or status, with overlapping purposes. Only tcu_consolidada_pj_consultar is clearly distinct.

Naming Consistency2/5

Tool names mix single verbs (authenticate, connect), nouns (marketplace, toolkit_info), and verb-noun pairs (report_bug, show_version), with the domain-specific tool using a long snake_case phrase. There is no consistent verb_noun pattern across the set.

Tool Count3/5

Seven tools is within the typical 3-15 range, but six of them are generic platform management utilities, while only one addresses the server's named TCU purpose. The count is reasonable for a general MCP platform but mismatched for a TCU-specific server.

Completeness2/5

For the TCU domain, only a single query operation exists, with no additional lookups or related actions. The platform side is more complete, but the server's core stated purpose—TCU consolidated data—has minimal coverage, leaving agents without fallback or complementary operations.