report_bug
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide idempotentHint true and destructiveHint false, so the low bar is met. The description adds the insight that this is a reporting/feedback channel and that conversation data is used for reproduction, but it does not disclose external side effects, persistence, or response behavior beyond what the annotations imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, front-loaded sentences with no redundant filler. Every clause contributes either to the tool's purpose or to a key usage requirement.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 is mostly adequate, but it omits what the 'context' field is for and does not clarify the expected result of reporting. The conversation type ambiguity also prevents it from being fully unambiguous.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description needs to compensate, but it only partially addresses one parameter ('conversation'). 'message' and 'context' are not explained. Worse, it calls the conversation an 'array' while the schema declares a string type defaulting to '[]', which is potentially misleading for an agent deciding how to serialize the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('report') and clearly identifies the targets: bug, missing feature, and feedback. This makes the tool's purpose immediately obvious and distinguishes it from unrelated sibling tools such as authenticate, show_version, and connect.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states exactly what kind of input the tool is used for and instructs the user to include the conversation array for reproduction. No sibling tool offers overlapping functionality, so explicit exclusions are unnecessary; the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.