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 declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, so the description doesn't need to repeat that. It adds context about reproduction through conversation, but doesn't disclose further behavioral aspects. The description doesn't contradict annotations.
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 two sentences, front-loaded with purpose, and has no redundant information. Every word contributes to understanding the tool.
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 tool with good annotations and no output schema, the description covers the main action and a usage detail. However, it omits explanation of the required 'message' parameter, making it slightly incomplete for a new user.
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?
The description only mentions the conversation parameter ('Include the conversation array'), but does not explain the required 'message' parameter or the optional 'context'. Schema description coverage is 0% and the description compensates only partially, leaving the most important required parameter undocumented.
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: 'Report a bug, missing feature, or send feedback.' It uses a specific verb and resource, and is distinct from sibling tools that handle authentication, connectivity, etc.
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?
It provides a clear context on when to use the tool (reporting bugs, missing features, feedback) and gives a specific usage hint: 'Include the conversation array with recent messages for reproduction.' It doesn't explicitly mention alternatives but that's not necessary given the clear purpose.
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.
Each tool has a distinct purpose: authentication, connection status, marketplace, certificate query, bug reporting, version info, and toolkit state. There is minor overlap between connect, toolkit_info, and authenticate regarding status, but descriptions clearly delineate them.
Naming is inconsistent: 'authenticate', 'connect', and 'marketplace' are bare verbs/nouns, while 'report_bug', 'show_version', and 'toolkit_info' use snake_case with mixed verb-noun structures. The Portuguese 'mpt_am_cnf_consultar' breaks English convention entirely, adding inconsistency.
With 7 tools, the server is well within the ideal 3-15 range. The count feels appropriate for a platform that exposes both domain-specific querying and platform management utilities.
The domain-specific tool only provides a single query operation with no additional features like history or batch processing, which may be sufficient for a simple lookup. However, the platform tools lack some expected management functions (e.g., logout, user preferences), leaving minor gaps in the overall surface.