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 declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the agent knows this is a side-effect-free, repeatable operation. The description adds the useful context of requiring the conversation array for reproduction, but it does not disclose any other behavioral aspects (e.g., whether feedback is stored publicly, rate limits, or response behavior).
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 a single sentence with two clear clauses. It is front-loaded with the main purpose and provides the key usage instruction. It is concise, though the ambiguity around the conversation array type slightly reduces clarity.
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 tool with 3 parameters, no output schema, and no per-parameter descriptions, the description is incomplete. It covers the purpose and the important conversation parameter, but leaves 'context' unexplained and fails to hint at what the tool returns or how success/failure is communicated. It is minimally adequate but has clear gaps.
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 carry parameter meaning. It only mentions the 'conversation array', but the schema types it as a string, which is contradictory and could confuse. The 'context' parameter is not explained at all, and 'message' is only implied by the verb 'Report'. The description fails to clarify the required format or purpose of the parameters.
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 function: 'Report a bug, missing feature, or send feedback.' This specifies a verb ('Report') and a resource category (bug/feature/feedback), and it is distinct from all sibling tools (auth, consultation, marketplace, etc.).
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 (when there is a bug, missing feature, or feedback) and provides a clear instruction: 'Include the conversation array with recent messages for reproduction.' It does not explicitly mention alternatives, but the sibling tools are so different that no exclusion is necessary.
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: the certificate consultation tool is clearly separate from authentication, connection status, marketplace, and feedback tools. Minor overlap exists between 'connect' and 'toolkit_info' regarding connection status, but descriptions clarify their roles.
Tool names mix languages (Portuguese and English) and conventions: 'certidao_debitos_pj_consultar' uses Portuguese snake_case with noun_verb order, while others like 'authenticate', 'connect', 'marketplace', and 'report_bug' are English verbs or nouns. There is no consistent verb_noun pattern across the set.
Although 7 tools is within a typical range, most are generic MCP platform utilities (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) that are unrelated to the server's stated purpose of issuing federal debt certificates. The core domain is served by only one tool, making the set feel padded and unfocused.
The primary operation—consulting the joint federal debt certificate via CNPJ—is fully covered by 'certidao_debitos_pj_consultar'. For the narrow stated purpose, no obvious dead-ends exist. Additional supporting operations (e.g., historical queries, certificate validation) could be added but are not essential given the tool's description.