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?
The description adds minimal behavioral information beyond the annotations. It indicates the action of reporting (non-read-only) but does not disclose side effects like sending data to a server, the need for authentication, or any rate limits. The instruction to include conversation array is more about parameter usage than behavioral disclosure. Since annotations already cover non-destructiveness and idempotency, the description does not significantly enhance transparency.
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 extremely concise, consisting of two short sentences. It front-loads the primary purpose and then gives a targeted usage instruction. Every sentence earns its place with no unnecessary information or redundancy.
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 tool is relatively simple (no output schema, few parameters), but the description is not complete. It does not explain the required 'message' parameter, what 'context' means, or mention any authentication prerequisites (sibling authenticate exists). The description gives a clear purpose but lacks enough detail for an agent to confidently invoke the tool without additional assumptions.
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 must compensate for parameter meanings. It mentions 'Include the conversation array' and explains its purpose ('for reproduction'), which helps for that parameter. However, it does not explain 'message' (the required field) or 'context', leaving them vague. Since only one of three parameters is addressed, the description only partially compensates for the lack of schema descriptions.
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 ('report') and resource (bug/feedback), and it distinguishes itself from sibling tools like authenticate, connect, and marketplace, which serve different functions. The purpose is unambiguous and immediately understandable.
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 implies the tool is for reporting issues or feedback, which gives a general sense of when to use it, but it does not explicitly mention when not to use it or contrast with alternatives. It adds a how-to instruction ('Include the conversation array...') but lacks explicit contextual guidance like prerequisites or exclusions.
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 serves a clearly distinct purpose: authentication, connection status, marketplace operations, DAP query, bug reporting, version info, and toolkit overview. Even the marketplace tool, while broad, is explicitly framed as the meta-catalog and runner, so there's no confusion with the other tools.
Tool names mix conventions: some are verbs (authenticate, connect, report_bug, show_version), some are nouns (marketplace, toolkit_info), and one is a domain-specific compound (mda_sead_dap_consultar). There's no consistent verb_noun or noun pattern across the set, making it harder to predict naming for similar operations.
7 tools is a reasonable number for a platform management server managing authentication, marketplace access, and environment info. The marketplace tool is large but justified as the central catalog/enabler. The count is slightly on the high side for such a niche purpose, but it remains coherent.
The set covers the core platform operations: authentication, connection status, capability discovery/execution, bug reporting, and versioning. Minor gaps exist (e.g., no explicit credential management or billing history outside marketplace), but agents can accomplish main workflows without dead ends.