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, idempotentHint=true, and destructiveHint=false. The description adds the useful detail that the conversation array is needed for reproduction, which helps the agent understand why the parameter is required. However, it does not disclose any effects like who receives the report, confirmation of receipt, or potential side effects, so transparency is only partially enhanced.
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 long, front-loaded with the primary purpose, and contains no filler. It efficiently conveys the core action and the key reproduction requirement.
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 tool is simple, the description omits important context: there is no explanation of the 'context' parameter, no guidance on how to format the conversation array, and no mention of what the tool returns or whether confirmation is given. With no output schema and sparse annotations, the description is not fully complete for an AI agent to invoke with confidence.
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?
With 0% schema description coverage, the description must compensate for parameter documentation. It explains the purpose of 'conversation' (recent messages for reproduction), but 'context' is left undocumented, and 'message' is only indirectly inferable. Additionally, the description calls 'conversation' an array while the schema type is string, potentially leading to incorrect input formatting.
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 verb 'Report' and the resources (bug, missing feature, feedback), making the tool's purpose unambiguous. It also distinguishes itself from siblings like authenticate or marketplace by its explicit focus on issue reporting.
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 usage context ('Report a bug, missing feature, or send feedback') but does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria. Siblings are unrelated, so differentiation is less critical, but there is no direct guidance beyond the implied purpose.
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.
Most tools have clearly distinct roles: authenticate handles login, connect shows status, cnia_improbidade_consultar does the actual CNIA lookup, and the rest are meta/utility tools. The only mild overlap is between authenticate and connect, but their descriptions differentiate them adequately.
Naming is inconsistent across languages and styles: English verbs (authenticate, connect), Portuguese verb_noun (cnia_improbidade_consultar), and noun-based names (marketplace, toolkit_info). The mix of snake_case and lowercase without a clear convention makes the set feel ad hoc.
At 7 tools, the count is reasonable, but the set is heavily skewed toward platform/meta tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with only one domain-specific CNIA tool. This feels over-inflated for a dedicated CNIA server, yet the total number is not excessive.
The core domain operation of querying CNIA by CPF/CNPJ is covered, and no additional CNIA-specific actions are obviously needed for a simple lookup. However, the server's broader scope as a marketplace and toolkit means the CNIA surface is minimal, and there are no bulk or advanced query options.