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 provide the safety profile (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds useful behavior context by instructing to 'Include the conversation array with recent messages for reproduction.' It does not describe side effects or delivery, but this is acceptable given annotation coverage.
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 concise sentences, front-loaded with the tool's purpose and a single practical instruction. Every sentence earns its place with no verbosity.
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 three-parameter tool with annotations and no output schema, the description covers the main purpose and gives key reproduction guidance. However, it leaves the context parameter unexplained and creates minor ambiguity by calling the conversation property an 'array' when the schema expects a string.
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%, so the description must compensate. It adds meaning to the conversation parameter ('recent messages for reproduction'), but does not explain the message or context parameters, nor clarify that conversation is a JSON string despite being called an 'array'.
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 that distinguishes it from sibling tools like authenticate, marketplace, or toolkit_info.
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 makes the primary use case explicit: reporting bugs, missing features, or feedback. It does not mention when not to use it or name alternative tools, but the context is unambiguous given the tool's name and siblings.
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 purposes (marketplace, obito_consultar, report_bug, show_version, toolkit_info). The only ambiguity is between authenticate and connect, both of which deal with authentication and connection status, which could cause an agent to pick the wrong one.
Naming styles are inconsistent: some tools use single verbs (authenticate, connect), some use snake_case verb_noun (obito_consultar, report_bug), and others use noun forms (marketplace, toolkit_info) or mixed (show_version). There is also a mix of English and Portuguese, further reducing predictability.
7 tools is a reasonable count, falling within the typical 3-15 range. The count is appropriate, though the server mixes a single domain-specific tool with several platform-level utilities, which makes the scope slightly uneven but not excessive.
The server is named 'Óbito' and the core purpose appears to be death-status consultation via obito_consultar, but the tool surface includes only that one domain operation. There are no supporting tools like query history, batch lookup, or results reporting, so the domain coverage is notably shallow. The platform tools are broad, but they don't compensate for the limited domain-specific functionality.