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 convey that this is a write operation (readOnlyHint=false) and non-destructive. The description adds that the conversation array should be included for reproduction, which is useful context, but does not disclose additional behavioral traits like rate limits or response handling. No contradiction with 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 a single sentence with two clauses, no filler. The primary purpose is front-loaded, followed by a concise usage instruction, making it efficient and well-structured.
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 annotations and no output schema, the description covers the core action and the key reproduction context. However, it omits the meaning of 'context' parameter and what happens after submission (e.g., confirmation), leaving minor gaps but nothing critical.
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 schema provides zero parameter descriptions, so the description must compensate. It clarifies the 'conversation' parameter by asking for an array for reproduction, but leaves 'context' completely unexplained and 'message' only implied as the report content. This is partial compensation at best.
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 the specific verb 'Report' and identifies three distinct targets: a bug, missing feature, or feedback. This clearly differentiates the tool from sibling tools like authenticate or marketplace, establishing a distinct purpose.
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 usage for reporting issues and provides a how-to instruction ('Include the conversation array with recent messages for reproduction') but does not explicitly state when to use this tool vs alternatives or mention any exclusions. The purpose statement carries the usage context.
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 tools have clear, distinct purposes, but `connect` and `toolkit_info` overlap in reporting connection status. The CVM query tool is clearly unique. Overall, an agent would rarely confuse them.
Names mix languages (Portuguese query with underscores vs. English imperative verbs), and no consistent verb_noun pattern exists. Some are bare verbs (authenticate, connect), others nouns (toolkit_info), making the set feel ad hoc.
7 tools is numerically reasonable, but only one relates to the server's declared domain (CVM processos sancionadores). The other six are generic platform utilities that belong in a separate server, making the count feel bloated and misaligned.
The single CVM tool only queries sanctioning processes, with no additional operations for the domain. The platform tools are complete for their purpose, but they don't contribute to the CVM domain, leaving the surface severely incomplete for the server name.