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 readOnlyHint=false, destructiveHint=false, and idempotentHint=true, indicating a safe but mutating action. The description adds the behavioral instruction to provide the conversation array, but does not disclose side effects (e.g., ticket creation) beyond that.
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?
Two concise sentences with zero fluff. The key instruction about the conversation array is front-loaded.
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 feedback tool, the description covers purpose and one key parameter but omits explanation for 'message' and 'context'. With no output schema, the user is left wondering about the response format or confirmation.
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 coverage is 0% and the description only explains the 'conversation' parameter (as a reproduction aid). The required 'message' and optional 'context' fields receive no clarification, leaving their meanings ambiguous.
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 ('bug, missing feature, or feedback'). It is distinct from sibling tools like authenticate or show_version, making it unambiguous.
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?
It explicitly instructs to include the conversation array for reproduction, giving clear usage context. However, it does not mention when not to use it or point to alternatives, though the purpose is self-explanatory.
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 platform tools have distinct purposes, but connect and toolkit_info both report connection statuses, and marketplace overlaps with tool listing and installation. The single domain-specific tool (susep_empresas_consultar) is completely unrelated to the platform tools, creating confusion about the server's actual role.
Tool names mix verbs (authenticate, connect), nouns (marketplace, toolkit_info), and verb_noun compounds (report_bug, show_version). The domain tool susep_empresas_consultar uses a Portuguese phrasal structure with the verb at the end, breaking any consistent English naming pattern.
Seven tools is a reasonable count, but the server is named 'SUSEP: Empresas' and only one tool actually addresses that domain. The other six are generic MCP platform utilities that belong to a general toolkit, making the tool set poorly scoped for its stated purpose.
For the SUSEP Empresas domain, only a single consult operation exists, with no search, list, or other CRUD-like capabilities. While the marketplace tool can invoke external MCPs, it does not fill the gap of domain-specific operations within this server.