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 readOnlyHint=false (write operation), idempotentHint=true, destructiveHint=false. The description adds the instruction to include conversation for reproduction, which is extra behavioral context. However, it doesn't disclose what happens with the report (e.g., success response, persistence) or any prerequisites. This is acceptable but not rich.
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) and front-loaded with the primary purpose. It omits unnecessary details. However, it could afford a bit more structure to cover parameter meanings, though the brevity is acceptable.
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?
With 3 parameters (one required), no output schema, and minimal annotations, the description should provide fuller context. It only explains the purpose and the conversation parameter, leaving message and context underspecified. For a bug-reporting tool, users need to know what to put in the message field and what context means. This is insufficient for a complete tool description.
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% – the description provides no parameter details beyond the schema. It mentions 'conversation array' but does not explain the required 'message' parameter or the optional 'context'. The description partially implies message is the bug content, but lacks explicit semantics. Given zero schema coverage, the description should compensate more.
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+resource combination. It distinguishes itself from sibling tools (authenticate, connect, marketplace, etc.) which are unrelated to 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 when to use the tool ('Report a bug, missing feature, or send feedback') and provides an explicit instruction for how to use it ('Include the conversation array with recent messages for reproduction'). It lacks explicit exclusions or alternatives, but the context makes usage clear. Slight gap: no mention of what happens after submitting the report.
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.
Each tool has a clearly distinct purpose: authenticate handles login/token, connect reports connection status, crcp_certificado_consultar is the only domain-specific query, marketplace is a meta-catalog, report_bug sends feedback, show_version displays versions, and toolkit_info describes the toolkit state. No two tools appear to perform overlapping functions.
Tool names mix conventions: several are single verbs (authenticate, connect, report_bug, show_version), some are nouns (marketplace, toolkit_info), and one is a domain-specific verb phrase in Portuguese (crcp_certificado_consultar). There is no consistent verb_noun pattern or language, and the names do not follow a predictable structure.
With 7 tools, the count is reasonable for a server that combines a single-domain query with platform management utilities. The number is within the typical range and each tool serves a purpose, though the domain-specific functionality is minimal.
The CRCP domain is limited to a single query operation (crcp_certificado_consultar), which may be sufficient for read-only certificate lookups but lacks any other domain interactions. Platform aspects are well covered (auth, connect, toolkit info, bug reporting, versioning, and a marketplace for additional tools), so the overall surface is not severely incomplete, but the CRCP-specific coverage feels thin.