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, destructiveHint=false, and idempotentHint=true, covering basic safety. The description adds behavioral context by directing the user to include the conversation array for reproduction, implying that a conversation history aids debugging. It also clarifies the tool supports three distinct report types (bug, feature, feedback), going beyond the title 'Report Bug'. 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 two short sentences, both valuable. The first sentence states the purpose; the second provides a critical usage instruction. There is no repetition of the title or schema fields, and it is front-loaded with the action. Every word earns its place.
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?
Given the low complexity (3 params, no output schema), the description sufficiently covers the main use case. It explains the purpose and the key requirement (conversation array). However, it does not mention what the tool returns after reporting, nor does it explain the optional 'context' parameter. Still, for a simple feedback/report tool, the description is mostly complete, with only minor gaps.
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 directly explains the 'conversation' parameter as 'conversation array with recent messages', adding meaning beyond the schema's plain string type. The 'message' parameter is implicitly understood as the report content. However, the 'context' parameter is not addressed at all, leaving a gap. The description partially compensates but not fully.
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 opens with a specific action: 'Report a bug, missing feature, or send feedback', clearly identifying the tool's function and scope. It distinguishes itself from unrelated siblings (authenticate, connect, etc.) by naming the exact use case. The verb 'Report' and resource types are explicit, making the purpose unmistakable.
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 for when to use this tool: whenever the user wants to report a bug, request a missing feature, or provide feedback. It also gives a specific instruction: 'Include the conversation array with recent messages for reproduction.' Though it does not explicitly name alternatives or exclusion criteria, the sibling tools are unrelated, so the usage context is sufficiently clear.
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 are clearly distinct, but connect, toolkit_info, and marketplace overlap on connection/status and installed MCP information. The sole domain-specific tool (cnpj_cadastral_consultar) is unambiguous.
Names mix English and Portuguese, verbs and nouns, and underscore styles (e.g., authenticate vs report_bug vs cnpj_cadastral_consultar). No consistent pattern is followed.
Seven tools is within a reasonable range, but six are platform-management utilities unrelated to the 'Cadastro PJ Básico' domain. The only domain-specific tool is a single query, making the set feel padded.
For its stated purpose, the CNPJ basic registration lookup is covered by one tool, but there are no additional operations like validation or search. The platform tools are extensive but unrelated to the domain label.