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 mark the tool as idempotent and non-destructive, and the description adds that the conversation array is needed for reproduction—useful context. It does not disclose what happens after reporting (e.g., whether a ticket is created, where the data goes), but this is somewhat mitigated by the annotation hints. No contradiction exists.
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?
A single well-structured sentence that front-loads the purpose and immediately provides the key usage hint. Every phrase serves a purpose, with no filler or repetition of schema-defaults.
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 simple—three flat string parameters, no output schema—so a long description isn't necessary. However, the unexposed 'context' parameter and the lack of any mention of the return value/outcome leave small but real gaps in the overall picture.
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. It does explain 'message' as the bug/feedback text and 'conversation' as an array of recent messages for reproduction, but leaves the 'context' parameter unexplained entirely. Partial compensation for a low-coverage schema.
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') combined with a clear resource ('bug, missing feature, or feedback'), immediately distinguishing this tool from the unrelated compliance and authentication siblings. There is no ambiguity about the function—it is a user feedback/bug reporting channel.
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?
Usage is implied: use this tool when you need to report a bug, missing feature, or provide feedback. However, there is no explicit 'when not to use' or comparison to alternatives, though the sibling set is largely unrelated so confusion is unlikely.
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.
Most compliance tools are clearly distinct by their target registry (e.g., CEIS, CNEP, CEPIM), but some overlap exists between similar sanction lists (e.g., compliance_cgu vs compliance_ceis) and between PEP variants. The non-compliance tools (authenticate, marketplace, connect) are distinct but serve a different purpose, adding potential confusion.
The compliance tools follow a consistent 'compliance_<registry>' pattern, which is predictable. However, the non-compliance tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) break the pattern, and some compliance tools have longer names with underscores (e.g., compliance_mandados_prisao) but still follow the convention.
With 37 tools, the count is on the higher side but justified for a compliance server covering many distinct sanction lists and registries. However, the inclusion of non-compliance tools (marketplace, authenticate, etc.) inflates the count and blurs the server's focus, making it feel heavier than necessary.
The compliance domain is well covered with a wide range of national and international sanction lists, PEP checks, and professional registries. Minor gaps exist (e.g., no tool for some specific lists like OFAC's non-SDN list, or no batch query), but the core compliance workflows are well supported.