Skip to main content
Glama

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

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

Beyond annotations (not read-only, idempotent, not destructive), the description adds that the conversation array should be included for reproduction, which is a useful behavioral hint. However, it does not disclose what effects reporting has, such as ticket creation or notification to developers.

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?

Two sentences, directly to the point. The purpose is stated first, and the conversation instruction is a specific, actionable detail. No redundant wording.

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?

Given the simple schema (3 params, no output schema), the description covers the tool's core purpose and one key usage requirement, but it omits explanation of the 'context' parameter and any expected response or outcome. Enough for basic usage but not fully complete.

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 clarifies that 'message' is the content of the bug report/feedback and that 'conversation' should contain recent messages (stored as a string, despite being called an array). The 'context' parameter is not mentioned, and schema has no descriptions (0% coverage), so this is only partial 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?

Clearly states the function: 'Report a bug, missing feature, or send feedback.' The verb 'report' and the resources (bug, missing feature, feedback) distinguish it from sibling tools like authenticate or connect, which serve different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for user-facing issue reporting, but it does not explicitly state when to use it instead of alternatives or mention any exclusions. The instruction to include conversation for reproduction gives some context, but no explicit comparisons to sibling tools are provided.

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

The platform tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) are each distinct in purpose, and offshore_leaks_consultar is clearly the only data-facing tool. However, the mix of platform utilities with a single domain-specific query could confuse an agent about the server's primary function.

Naming Consistency2/5

Tool names follow no consistent pattern: single-word nouns (connect, marketplace), verb_noun snake_case (offshore_leaks_consultar), and camelCase-like compounds (show_version, toolkit_info). This inconsistency makes the tool set feel haphazard.

Tool Count1/5

With 7 tools but only one actually related to Offshore Leaks, the count is highly inappropriate. The server appears to be a generic MCP platform masquerading as an offshore-leaks data source, so the tool count does not match the server's stated purpose.

Completeness1/5

The offshore-leaks domain is severely underserved: there is only a single query tool (consultar) and no capabilities for retrieving details, listing entities, or any other data operations. The platform tools are irrelevant to the domain, leaving the core functionality almost entirely missing.