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 non-read-only and non-destructive behavior, so the description adds the requirement to include a conversation array for reproduction. This is useful but does not disclose what happens after reporting (e.g., where the report goes, whether confirmation is given). With annotations covering safety, a score of 3 is appropriate.
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, no filler. Every part adds value: the purpose and the key instructional detail about including conversation for reproduction.
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 reporting tool with no output schema, the description covers the core action and one parameter, but lacks details on parameter formats (especially conversation as a JSON string), return behavior, or system effects. It is minimally sufficient but not comprehensive.
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, but it only mentions the conversation parameter. It does not explain the required 'message' parameter or the optional 'context' parameter, their formats, or expected content. This leaves two of three parameters underspecified.
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 states a clear action ('Report a bug, missing feature, or send feedback') with a specific resource (the tool itself). It is not a tautology and clearly distinguishes from sibling tools like authenticate or marketplace, which serve unrelated purposes.
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 states when to use the tool (for bugs, missing features, feedback). However, it does not provide exclusions or alternatives, nor does it mention any prerequisites like authentication. This is clear context but not full when/when-not coverage.
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 marketplace tool is severely overloaded, handling search, describe, invoke, install, subscribe, cancel, and prompt operations all in one. The report_bug capability is duplicated both as its own tool and within marketplace.description, creating ambiguity about which to call.
Mixes multiple conventions: simple verbs (connect), snake_case verbs (authenticate, report_bug, show_version), and a noun_verb pattern (toolkit_info). More confusingly, the one actual domain tool uses Portuguese (sefaz_ba_ipva_consultar) while everything else is in English, and marketplace is a single noun that doesn't convey its enormous scope.
7 tools is a reasonable count and within the well-scoped range. However, marketplace alone describes 10+ sub-operations, so the real surface area is much larger than the count suggests. Borderline but not egregious.
Despite the server name 'SEFAZ BA: IPVA', the domain coverage is minimal — a single consult tool. Missing obvious IPVA operations like payment, debt history, installment plans, or document download. The server spends more effort on platform plumbing (token auth, marketplace, versions) than on the actual IPVA domain.