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 disclose readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds the useful context that conversation history is needed for reproduction, but does not disclose any further behavioral details such as external side effects or authentication requirements. It does not contradict the 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 two concise sentences with front-loaded purpose and a direct actionable instruction. Every word earns its place, with no redundancy or filler.
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 core purpose and provides one key usage instruction. However, it leaves the required message parameter and optional context parameter unnamed and unexplained, and does not mention what the result of reporting will be. It is minimally adequate but has clear gaps.
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 only clarifies the 'conversation' parameter ('recent messages for reproduction') but leaves the required 'message' parameter and the optional 'context' parameter semantically vague. The first sentence implies message is the report content, but the description does not explicitly map fields.
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 specific actions: 'Report a bug, missing feature, or send feedback.' This distinguishes it from sibling tools like authenticate, connect, and marketplace, which serve entirely 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 provides clear guidance on when to use the tool (bug, missing feature, feedback) and instructs the agent to include the conversation array for reproduction. No explicit exclusions or alternatives are named, but none are necessary given the sibling tools are unrelated.
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 clearly distinct purposes, but 'connect' and 'toolkit_info' both report connection status, which could cause confusion. The other tools (authenticate, marketplace, identidade_ar_consultar, report_bug, show_version) are well-separated.
Naming is inconsistent: some tools are bare verbs (authenticate, connect), some are nouns (marketplace), some are verb_noun (report_bug, show_version), and one is a Portuguese compound (identidade_ar_consultar). While all use snake_case, the grammatical pattern varies significantly.
7 tools is well within the ideal 3-15 range. Each tool earns its place, covering platform management, identity verification, pricing, and support, without excessive overlap or bloat.
The tool set provides comprehensive coverage of the server's apparent scope: authentication, connection status, identity checking, marketplace search and invocation, bug reporting, version info, and toolkit state. There are no obvious dead ends or missing critical operations.