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 idempotentHint=true and destructiveHint=false. The description adds the behavioral nuance that the conversation array is included for reproduction, which aids the agent in understanding the expected input utility, though it does not disclose side effects or post-send 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 two short sentences, front-loaded with the core purpose, and every word adds value. No filler or redundant details.
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-reporting tool, the description covers the essential aspects: what to report and the key parameter (conversation). The absence of an output schema makes return-value details unnecessary. Minor gap is the context parameter, but overall it is adequately complete.
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. It explains the conversation parameter explicitly but does not mention context or message. Message is inferable from the purpose, but context remains undefined, leaving a gap in parameter understanding.
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 with a specific verb ('Report') and resource ('a bug, missing feature, or send feedback'). It distinguishes itself from unrelated sibling tools like authenticate and marketplace.
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 instruction 'Include the conversation array with recent messages for reproduction' provides clear context on how to use the tool effectively. While no explicit when-not-to-use guidance is given, the tool's purpose is distinct from siblings, so exclusion is unnecessary.
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 tool set mixes one domain-specific tool (ceaf_consultar) with several generic MCP platform utilities. There is some overlap between connect and toolkit_info (both report connection status), and marketplace bundles many capabilities, but the detailed descriptions mostly help disambiguate. Still, the distinct purposes are not as clear as they could be.
Naming is inconsistent: some tools are verbs (authenticate, connect, report_bug), some are nouns (marketplace), and two use snake_case (ceaf_consultar, toolkit_info). There is no consistent verb_noun pattern, mixing styles across the set.
Seven tools is within the typical range, but the server's name suggests a single-purpose CEAF service. The inclusion of six generic platform tools feels bloated for that specific purpose, though it would be reasonable for a general MCP management server.
For a CEAF consultation service, only ceaf_consultar provides domain functionality; there are no batch lookups, detailed record views, or history features. The remaining tools are unrelated meta-tools, making the surface severely incomplete for the server's apparent domain focus.