Skip to main content
Glama

Copa do Mundo 2026

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/5.0
Behavior3/5

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

Annotations indicate idempotent and non-destructive, but the description does not disclose the outcome of reporting (e.g., ticket creation). It does mention the conversation requirement, adding some behavioral context, but lacks detail on side effects or post-action behavior.

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 short sentences that directly convey the purpose and a key requirement. No unnecessary words or repetition.

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?

The description is sufficient for the tool's simplicity. It covers the action and the main data requirement, and the absence of an output schema means no need to explain return values. Minor gaps remain regarding the exact usage of 'context' and 'message', but overall it is complete enough.

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?

The description explains the 'conversation' parameter ('Include the conversation array with recent messages for reproduction'), but leaves 'message' and 'context' unexplained. Since the schema has no field descriptions, this partial guidance improves clarity but is not comprehensive.

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: 'Report a bug, missing feature, or send feedback.' It also specifies the need to include the conversation array for reproduction, which is precise and distinct from sibling tools.

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 the tool (for bugs, missing features, feedback) but does not explicitly state when to avoid it or how it differs from alternatives. It is clear enough for the intended use case.

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

The World Cup tools (worldcup_bracket, worldcup_groups, worldcup_matches, etc.) are clearly distinct with specific usage examples. The platform tools (authenticate, connect, marketplace, etc.) are also distinct, though connect and toolkit_info have some overlap in reporting connection status. Overall, agents should select the correct tool with minimal ambiguity.

Naming Consistency3/5

The eight World Cup tools follow a consistent 'worldcup_<noun>' pattern, but the six platform tools use mixed conventions: verbs (authenticate, connect), noun phrases (marketplace, toolkit_info), and verb_noun (report_bug, show_version). This inconsistency across the two groups hurts overall coherence, even though each group is internally consistent.

Tool Count4/5

With 14 tools, the count is within the recommended range. It covers both the platform management surface (6 tools) and the World Cup data domain (8 tools). The number feels justified for the server's dual purpose, though it could be seen as slightly heavy for a single focused use case.

Completeness4/5

The World Cup tools provide comprehensive coverage: teams, groups, matches, results, schedule, standings, bracket, and venues—no obvious gaps for a tournament information server. The platform tools cover auth, connection, marketplace, version, bug reporting, and toolkit state, which is complete for their purpose. Minor missing features like player stats or news are not essential.