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 cover the basic safety profile (readOnlyHint=false, idempotentHint=true, destructiveHint=false), so the description only needs incremental behavioral context. It adds the conversation/reproduction detail but does not explain side effects, responses, or what happens after submission.
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 short, focused sentences: the first names the action, the second gives the critical reproduction instruction. There is no filler or redundant restatement of annotations.
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 tool with no output schema and 3 parameters, the description covers the core workflow and highlights reproduction data. However, it under-specifies the message and context parameters and the conversation serialization mismatch with the schema creates a real usability gap.
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 only to 'conversation' by calling it an 'array' with recent messages, but the schema defines it as a string with default '[]'; it also leaves 'message' and 'context' undocumented.
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 uses the specific verb 'Report' and clearly identifies the resource ('a bug, missing feature, or send feedback'). It is easily distinguishable from sibling tools like authenticate, marketplace, and show_version.
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 gives clear usage context by instructing the user to include the conversation array with recent messages for reproduction. It does not explicitly mention alternatives or exclusions, but no sibling tool overlaps with bug reporting.
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 distinct purposes: authenticate/connect handle auth, marketplace is the catalog/execution hub, sintegra_pe_consultar is the actual data lookup, and report_bug/show_version/toolkit_info are auxiliary. Some overlap between connect and toolkit_info regarding connection status, but descriptions clarify the difference.
Naming mixes lowercase single-word verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with one snake_case Portuguese tool (sintegra_pe_consultar). The pattern is not uniform, but the names are mostly readable and follow a verb-first or noun-verb structure.
Seven tools is a reasonable count for a hybrid platform server that handles auth, catalog/search, execution orchestration, and one domain-specific lookup. It is slightly heavy because the marketplace tool bundles many sub-actions (search, describe, invoke, install, subscribe, list_tools, prompts) into one description, but the overall scope justifies the count.
The server covers the core lifecycle of platform management: auth, connection status, catalog discovery, one-off execution, permanent installation, billing controls, bug reporting, and version info. A minor gap is no explicit tool for managing multiple accounts or retrieving detailed per-install credentials beyond connect, but the described flows handle most needs.