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 declare idempotentHint=true and destructiveHint=false, so the non-mutating safety profile is already covered. The description adds a hint about including conversation for reproduction, but does not disclose any side effects like ticket creation, notification, or persistence. It offers some extra context beyond annotations but not substantial behavioral detail.
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?
Two concise sentences, front-loaded with the core purpose and a single critical usage hint. Zero wasted words; all content 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 3-parameter reporting tool with no output schema, the description covers the essentials: the action and a key parameter hint. It lacks an explanation of what happens after submission or how feedback is processed, but given low complexity and annotations covering safety, it is mostly 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 purpose of the 'conversation' parameter (include recent messages for reproduction), which adds value. However, it says nothing about 'message' or 'context', leaving most parameters explained only by their names and defaults. Partial compensation.
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: reporting a bug, missing feature, or sending feedback. It uses specific verbs and resources, distinguishing it from unrelated sibling tools like authenticate or 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 description provides no guidance on when to use this tool versus alternatives, nor any exclusions. It only suggests including the conversation array for reproduction, which is parameter guidance rather than usage context. No mention of when not to use it.
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 set mixes one domain-specific tool with several overlapping platform utilities. marketplace duplicates report_bug, while connect, authenticate, and toolkit_info all touch connection/auth status, making it unclear which tool an agent should call first.
Names are readable and all lowercase snake_case, but they do not follow one pattern: authenticate and connect are bare verbs, marketplace and toolkit_info are nouns, and removebg_remove is a brand-style imperative. The inconsistency is noticeable but not chaotic.
Seven tools is a reasonable raw count, but the server's scope is unfocused: only one tool actually performs the 'Remover Fundo' domain work, while the rest are platform meta-tools, and marketplace alone bundles many subactions. It is slightly more than needed for the stated purpose.
The core background-removal flow works for URL-hosted images with basic options, but the server lacks local-file input, batch processing, richer output controls, and a clear remove.bg-specific configuration surface. The platform side is fairly complete, but the domain side has notable gaps.