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 idempotentHint=true and destructiveHint=false, covering the safety profile. The description adds the requirement to include conversation context for reproduction but doesn't elaborate on side effects or expected outcomes, which is acceptable given the 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 sentences with no filler: the first states the purpose, the second gives a specific usage directive. Every sentence earns its place.
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 reporting tool with one required parameter and no output schema, the description covers essential usage and reproduction guidance. A brief note on what happens after submission would make it more complete, but the current description is adequate for an AI agent to select and invoke the tool correctly.
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 explicitly explains the conversation parameter's purpose (recent messages for reproduction) and implies message is the report content, but the context parameter remains undocumented. Partial compensation for two out of three parameters warrants a score of 3.
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 reports bugs, missing features, or feedback, using specific verbs and resource categories. It distinguishes itself from sibling tools by addressing a unique action not covered by authenticate, connect, marketplace, etc.
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 usage context by instructing users to include the conversation array with recent messages for reproduction. While it doesn't explicitly name alternatives or exclusions, no sibling tool offers a similar reporting function, so the guidance is sufficient.
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.
Tools are mostly distinct, but connect and toolkit_info both report connection status, and marketplace can invoke PEP queries that overlap with pep_consultar. This creates potential selection confusion, though descriptions help clarify.
Naming is inconsistent: mix of verbs (authenticate, connect), noun (marketplace), Portuguese (pep_consultar), and different snake_case patterns (report_bug vs toolkit_info). No uniform verb_noun structure.
Seven tools is a well-scoped count for a platform client with one domain-specific tool; each tool earns its place.
Covers authentication, connection status, marketplace operations, bug reporting, version, and toolkit state. For the PEP domain, it provides a single lookup tool, but the platform aspect is fairly complete. Minor gap: no tool for uninstalling/disconnecting beyond marketplace sub-actions.