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 indicate a non-readonly, idempotent mutation. The description adds the instruction to include the conversation array for reproduction, which is useful behavioral context. However, it doesn't disclose side effects or post-report behavior, so transparency is adequate but not rich.
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 short sentences with the purpose front-loaded. Every phrase earns its place, and there is no redundant information.
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 bug-report tool with no output schema and good annotations, the description covers purpose and a key usage hint (conversation). Missing explanations for 'message' and 'context' are partially offset by the direct purpose statement, but the overall description is still 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?
Schema description coverage is 0%, so the description must compensate. It only clarifies the 'conversation' parameter ('Include the conversation array with recent messages for reproduction'). The required 'message' parameter and optional 'context' remain unexplained, leaving ambiguity about their intended contents.
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') and names concrete targets (bug, missing feature, feedback), clearly distinguishing it from sibling tools like authenticate, marketplace, or 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 states when to use this tool ('Report a bug, missing feature, or send feedback') and gives a clear context. It does not mention exclusions or alternatives, but none are needed given the unrelated sibling tools.
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.
The one domain tool, comprot_processo_consultar, is clearly distinct, but authenticate, connect, and toolkit_info overlap around connection/auth status. The marketplace tool also absorbs behaviors (report_bug, list_tools, install) that partially duplicate standalone tools, creating boundary confusion despite detailed descriptions.
Tool names mix styles: English verbs (authenticate, connect), noun-only names (marketplace, toolkit_info), verb-noun pairs (report_bug, show_version), and one Portuguese snake_case domain tool (comprot_processo_consultar). There is no uniform convention, making the set feel inconsistent.
Seven tools is not excessive, but the set bundles a single actual domain/query tool with a generic MCP platform shell dominated by marketplace and connection utilities. The count is workable, yet the packaging feels unfocused for a server named 'Comprot: Processo'.
The platform side is reasonably covered: authentication, connection status, marketplace-based install/invoke, version, bug reporting, and toolkit state are all present. However, the Processo domain itself is reduced to one generic consult tool, with no explicit support for related case actions or follow-ups.