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

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

Annotations already indicate idempotent, non-read-only, and non-destructive. The description adds useful behavioral context by instructing to include the conversation array for reproduction. However, it does not disclose what happens after reporting (e.g., ticket creation, response time), so it only partially extends beyond the annotations.

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 short sentences, front-loaded with the primary purpose and a key usage note. Every word earns its place with no redundancy.

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?

As a simple tool with no output schema, the description covers the main purpose and one parameter but omits critical parameter semantics for 'message' (required) and 'context'. It is adequate for basic orientation but not fully complete.

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 coverage is 0%, so the description must explain the parameters. It only mentions 'conversation array' for reproduction, leaving the required 'message' field and the 'context' field unexplained. The description fails to compensate for the missing schema descriptions.

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 a specific verb and resource: 'Report a bug, missing feature, or send feedback.' This distinguishes it from sibling tools like authenticate or marketplace, which serve 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 enumerates the three intended use cases (bug, missing feature, feedback), giving the agent clear context for when to invoke this tool. It does not explicitly mention when not to use it or name alternative tools, but given the unrelated siblings, 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.7/5.0
Disambiguation4/5

Most tools have distinct purposes, but connect and toolkit_info both report connection status, and marketplace's list_tools could be confused with toolkit_info's list of installed MCPs. Descriptions are detailed enough to disambiguate in most cases.

Naming Consistency2/5

Tool names follow no consistent pattern: imperative verbs (authenticate, connect), a lone noun (marketplace), verb_noun compounds (report_bug, show_version), and a Portuguese-specific name (seguro_defeso_consultar). Naming style is highly inconsistent.

Tool Count4/5

Seven tools is within the ideal 3-15 range, and each tool earns its place for platform management. The mix is unusual (infrastructure + marketplace + one domain query), but the count itself is not excessive.

Completeness2/5

For a server named 'Seguro Defeso', only one domain-specific tool exists (seguro_defeso_consultar), leaving significant gaps in benefit-related operations. The platform tools are complete, but the domain coverage is minimal and could cause agent failures for anything beyond basic consultation.