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 indicate idempotentHint=true号 destructiveHint=false, readOnlyHint=false, so the agent knows it's a safe write operation. The description adds the instruction to include conversation for reproduction, which is useful. However, it doesn't disclose what happens after submission (e.g., creates a ticket) or any side effects beyond the basic action.
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?
The description is concise (two sentences) with no fluff. It clearly states the action and provides a specific instruction about the conversation parameter. The structure is efficient and focuses on key details.
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?
The description gives enough context for a basic reporting tool, including the key requirement (conversation array). However, there is no output schema, so the agent doesn't know what to expect as a response. It also doesn't mention whether authentication is needed (though sibling 'authenticate' suggests so). Given the simplicity of the tool, it's moderately complete but could benefit from specifying what feedback to include in 'message'.
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 coverage is 0%, so parameters are not described in the schema. The description mentions 'conversation array' and 'reproduction,' which clarifies the 'conversation' parameter's purposeGene, but the required 'message' parameter and optional 'context' parameter are not explained. The agent may not know exactly how to fill 'message' or 'context' accurately.
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 clearly states the tool's purpose: to report a bug, missing feature, or provide feedback. It uses a specific verb ('Report'/'send') and identifies the resource/action. While it doesn't explicitly distinguish from sibling tools, the siblings are unrelated (e.g., marketplace, tax query, version info), so the purpose is unambiguous.
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 provides a clear context: use this tool when encountering a bug, needing a feature, or giving feedback. It also instructs to include the conversation array for reproduction, which is a useful guideline. However, it doesn't explicitly mention when NOT to use it or compare with alternatives, but given the unrelated siblings, this is sufficient.
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.