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 cover safety (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds context about including the conversation array for reproduction, which is useful. However, it does not elaborate on side effects or retry behavior beyond the 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 the main purpose, and contains no filler. Every word contributes to the meaning.
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 reporting tool with present annotations and no output schema, the description adequately explains the main behavior and required context (conversation). It could mention parameter formats (e.g., conversation as JSON string) but is mostly sufficient.
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 input schema has no parameter descriptions (0% coverage). The description only clarifies the 'conversation' parameter ('recent messages for reproduction'), leaving 'message' and 'context' undocumented. This provides minimal compensation 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 with a specific verb ('Report') and resource ('a bug, missing feature, or send feedback'). It is easy to understand and distinguishes itself from unrelated siblings like authenticate, marketplace, and show_version.
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 clear context on when to use the tool (report a bug, missing feature, or feedback) but does not explicitly state exclusions or alternatives. It implies the appropriate conditions for use without detailing when not to use it.
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 clearly distinct purposes, but 'authenticate' and 'connect' both relate to authentication/connection status, and 'marketplace' is a sprawling meta-tool that overlaps with many capabilities. The domain-specific 'cnd_municipal_consultar' stands apart from the generic platform tools, reducing confusion among the former but making the set feel disjointed.
Names mix single-word verbs (connect, marketplace), compound verbs (report_bug, show_version), and an inconsistent noun phrase (toolkit_info). The Portuguese 'cnd_municipal_consultar' contrasts sharply with English tool names, and there is no consistent verb_noun pattern across the set.
While 7 tools is a reasonable number, the server is named 'CND Municipal' yet contains only one domain-specific tool; the other six are generic MCP platform utilities. This is a poor match between the server's apparent purpose and its actual tool composition.
For a CND Municipal service, the surface is extremely thin: only one query tool for the actual domain. There are no management operations for CND records, credit balance, or history. The platform tools (marketplace, connect, etc.) do not address domain completeness, leaving significant gaps for any real CND workflow.