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 context about including a conversation array for reproduction but doesn't disclose any additional behavioral traits beyond the annotations. There is no contradiction, so a 3 is appropriate.
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 one sentence, front-loaded with the primary purpose, and adds a necessary usage instruction. No wasted words or repetition.
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 no output schema and minimal schema descriptions, the description only explains the action and one parameter. It does not describe what happens after reporting (e.g., response, confirmation, side effects) or any prerequisites. Given the low schema coverage and absence of an output schema, this is incomplete.
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%, so the description must compensate. It explains the 'conversation' parameter as 'recent messages for reproduction,' but does not clarify the meaning or format of 'message' or 'context.' The schema defines conversation as a string, not an array, which could confuse agents. The description only partially addresses parameter semantics.
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, and it distinguishes from sibling tools (authenticate, connect, marketplace) which have unrelated purposes.
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) and provides specific guidance to include the conversation array for reproduction. Since no sibling tool offers similar functionality, explicit alternatives aren't needed. However, it lacks explicit when-not-to-use conditions.
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 serves a distinct function: authentication, connection status, marketplace operations, bug reporting, version info, toolkit state, and the CEIS lookup. There is minimal overlap, and descriptions are clear enough to prevent misselection.
Tool names follow inconsistent patterns: some are bare verbs (authenticate, connect), some are verb_noun (report_bug, show_version), some are nouns (marketplace, toolkit_info), and one is a Portuguese noun-verb combination (ceis_consultar). This mixed convention and language creates a lack of predictable naming.
The count of 7 tools is within the typical range, but the server is named after a specific domain (CEIS) and only one tool relates to it. The other six are generic platform tools, making the scope feel unfocused and the count somewhat inappropriate for the apparent purpose.
For the CEIS domain, a single lookup tool covers the likely need (query registrant status). However, the server also includes unrelated platform management tools, and there are no other CEIS-related operations (e.g., history, details, bulk checks), so the surface is thin and not fully developed for the stated domain.