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-destructive (destructiveHint: false) and idempotent (idempotentHint: true) behavior. The description adds that the conversation array should be included for reproduction, which is useful. However, it does not disclose what happens on submission (e.g., confirmation, privacy, rate limits). The description does not contradict 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?
The description is concise: two sentences, front-loaded with the purpose and followed by a specific instruction. No redundant info.
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 bug-report tool with no output schema, the description covers the core action but misses details about the return behavior, the purpose of the 'context' parameter, and any post-submission effects. It is adequate but lacks completeness for a 3-parameter tool.
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 coverage is 0% (no parameter descriptions). The description only mentions 'conversation array' explicitly, giving some meaning to that parameter, but leaves 'message' and 'context' unexplained. The description partially compensates for the low schema coverage but is insufficient.
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 purpose: 'Report a bug, missing feature, or send feedback.' This is a specific verb with a clear resource, and it distinguishes the tool from the listed siblings (authenticate, connect, etc.), which have different functions.
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 reporting bugs/feedback) but provides no explicit exclusions or alternatives. It does give a usage hint about including the conversation array for reproduction, which adds some context but does not compare with alternatives.
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 clear, distinct roles: authenticate handles login, marketplace handles discovery/execution, report_bug handles feedback, etc. However, connect and toolkit_info both report connection status, which could cause some confusion.
Naming convention is highly inconsistent. The domain tool uses Portuguese snake_case (cnh_situacao_consultar), while others use English verbs (authenticate, connect) or nouns (marketplace, toolkit_info). No consistent verb_noun pattern exists.
With 7 tools, only one is domain-specific (cnh_situacao_consultar); the other six are generic platform utilities. The count feels bloated for the stated CNH purpose and under-invests in the actual domain functionality.
The CNH domain is covered only by a single consultation tool, with no additional operations or complementary features. The platform tools are unrelated to CNH, leaving the domain surface severely thin for a server named 'Situação da CNH'.