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 idempotent and non-destructive behavior. The description adds the guidance that the conversation array should contain recent messages for reproduction, which is useful context but does not disclose other behavioral traits like rate limits or response format. 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?
Two sentences with no wasted words. The first sentence states purpose, the second gives a specific usage hint.
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?
While the description covers the main purpose and key usage detail, it omits explanation of the 'context' parameter and does not indicate what happens after submission (not required due to no output schema). Overall, it is adequate but has gaps for full standalone use.
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 mentions the 'conversation array' and implies the purpose of 'message' through the verb, but leaves 'context' unexplained. This partial coverage is insufficient for a 3-parameter tool with zero 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 'Report a bug, missing feature, or send feedback,' specifying the verb and resource. This distinguishes it from sibling tools focused on authentication, marketplace, and version info.
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 when to use the tool (for reporting issues) and provides a concrete instruction to include the conversation array for reproduction. It does not explicitly exclude alternatives, but the context is clear given the 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.
Tools are mostly distinct, but authenticate and connect both deal with authentication/connection, and connect and toolkit_info both report status. The remaining tools (dap_pronaf_pj_consultar, marketplace, report_bug, show_version) have clear, non-overlapping purposes.
Naming is inconsistent: verbs (authenticate, connect, report_bug, show_version) mix with nouns (marketplace, toolkit_info), and the domain tool uses a Portuguese phrase 'dap_pronaf_pj_consultar' that doesn't follow any clear pattern. No consistent convention is applied across the set.
Seven tools is a reasonable count for a server that combines a domain-specific consultation function with platform utilities. It sits within the typical well-scoped range, though the scope is heavily weighted toward platform management rather than domain operations.
The domain purpose (DAP consultation by CNPJ) is fully covered by the single domain tool, and the marketplace tool provides access to a vast range of additional MCPs, making the overall surface quite complete. Platform management and feedback channels are also present, so no major gaps are evident.