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 indicate idempotentHint: true, which is a key behavioral trait. The description does not mention idempotency or any other behavioral details like whether the action is persistent or reversible. It does not contradict the annotations, but it adds minimal behavioral context beyond what the annotations already state. For a tool that likely sends a report and might have side effects (even if idempotent), more transparency (e.g., that the report is stored, that it does not modify user data) would be beneficial. Since annotations already cover some aspects, the score is 2, not 1.
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 and concise. The first sentence states purpose, the second gives critical usage instruction about including the conversation array. It front-loads the purpose and adds the essential parameter hint. No extra fluff. It could arguably be slightly more structured (e.g., bullet points for params), but it earns a high score for efficiency.
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 tool has 3 parameters and requires at least a message, the description provides the core purpose and a key detail about the conversation parameter. However, it does not explain the expected format of 'message' (e.g., should it be a formal report with steps?) nor the role of 'context'. There is no output schema, so the description might need to mention expected outcome, but it's not always required. The completeness is partial; it's enough for a simple bug report but leaves gaps for effective 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%, and there are 3 parameters. The description only hints at the 'conversation' parameter by saying 'Include the conversation array with recent messages for reproduction.' It does not explain the 'message' or 'context' parameters. The schema has defaults and types, but without description, the agent may not know the expected content of 'message' (e.g., should it include title, steps, etc.) or how 'context' should be used. The description does not compensate for the low coverage, providing only minimal guidance for one parameter.
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 primary purpose: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') and resource ('bug/feedback'), and it adds the nuance of 'missing feature' and 'feedback' beyond just bug reports. It does not explicitly differentiate from sibling tools, but none of the siblings seem to handle bug reporting, so the purpose is clear.
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 a clear indication of when to use the tool: when reporting a bug, missing feature, or sending feedback. However, it does not explicitly mention situations when NOT to use it or direct to alternative tools for other types of support. Given the sibling list (authenticate, connect, marketplace, etc.), there's no obvious alternative for feedback, so the guidance is adequate but not explicit about exclusions.
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 tools are mostly distinct in purpose: authenticate, connect, marketplace, report_bug, show_version, toolkit_info, and the domain-specific mpt_ba_cnf_consultar. There is minor overlap between connect (returns connection status and URLs) and toolkit_info (returns toolkit state including connection status), but each has a broader scope, so confusion is unlikely.
Tool names are inconsistent: most are English single-word or camelCase (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), while the only domain-specific tool is in Portuguese with underscores (mpt_ba_cnf_consultar). This mix of languages and conventions breaks the pattern.
Seven tools is within the typical well-scoped range. However, most are generic MCP.AI platform support tools, with only one tool directly serving the stated domain (Certidão Negativa). This slightly dilutes the server's apparent purpose but is not excessive.
For the domain of querying negative certificates, the single mpt_ba_cnf_consultar tool covers the core operation, and the supporting platform tools handle auth, connection, and state. There are no obvious missing operations for a simple query service, though one might expect a history or listing tool, which is absent.