Skip to main content
Glama

Light: Download

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 already convey that this is an idempotent, non-read-only operation. The description adds useful context about including recent messages for reproduction, but does not describe what happens after submission, response format, or any side effects beyond 'report'. This meets a baseline level of transparency without going deeper.

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, front-loaded with the core purpose and followed by a single highly relevant reproduction instruction. There is no filler or redundancy, so every word earns its place.

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 3-parameter tool with no output schema, the description covers what the tool does and how to supply key reproduction data. It would benefit from clarifying the 'context' parameter, but the overall description is sufficient for an agent to understand and invoke the tool correctly.

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 schema provides only names and a default for the three parameters, with 0% coverage in the description. The description explicitly gives meaning to 'conversation' ('recent messages for reproduction') and implicitly explains 'message' as the bug/feedback content, but leaves 'context' entirely undocumented. This partially compensates for the coverage gap, but not fully.

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 states exactly what the tool does: 'Report a bug, missing feature, or send feedback'. It names the verb and the resource/scope clearly, and this clearly distinguishes it from the sibling tools which are authentication, connection, marketplace, and version-related actions.

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 defines three explicit use cases: bug, missing feature, and feedback. It also gives a concrete instruction: 'Include the conversation array with recent messages for reproduction.' It does not mention exclusions or alternatives, but the usage context is clear from the text.

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.