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?
The description goes slightly beyond the annotations by mentioning the inclusion of conversation data, implying that data is sent. However, it does not disclose what happens after reporting (e.g., ticket creation, storage, or transmission details), so transparency is limited.
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 concise and front-loaded with the primary purpose, followed by a brief usage note. It avoids unnecessary detail and is easy to scan.
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?
While the tool is simple, the description does not fully explain the expected content of message or context, and there is no output schema or mention of return values. This leaves the agent with incomplete information for proper invocation.
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?
Of the three parameters (message, context, conversation), the description only clarifies the role of conversation (for reproduction). It does not explain what message or context should contain, leaving significant gaps in parameter understanding given the low schema coverage.
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: to report a bug, missing feature, or send feedback. This is specific and distinct from the sibling tools (authenticate, connect, etc.), which serve 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 context on what the tool is for and includes a specific usage instruction to include the conversation array for reproduction. It does not explicitly mention alternatives, but the purpose is unambiguous given the sibling set.
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 target obvious separate concerns, but marketplace is a mega-tool that bundles actions like report_bug, list_tools, install, and prompt management, while report_bug and toolkit_info also exist separately. This creates real overlap and requires careful reading to pick the right entry point.
All names use lowercase snake_case, which helps, but the semantic pattern is inconsistent: authenticate and connect are bare verbs, report_bug and show_version are verb+noun, marketplace and toolkit_info are noun-like, and sintegra_mt_consultar is a Portuguese object+verb construction. The names are readable but do not suggest one predictable convention.
Seven tools is a reasonable, non-bloated count for an MCP server. However, the marketplace tool contains a large number of sub-operations and effectively acts as many tools in one, while report_bug appears both separately and inside marketplace, so the surface is less clean than the raw count suggests.
The main lifecycle is covered: authentication, connection status, marketplace discovery/invoke/install, toolkit state, versioning, feedback, and the Sintegra-MT query itself. For a read-only data consultation, full CRUD is not expected; missing dedicated wallet-balance/top-up and disconnect/deauth tools are notable but workable via marketplace links.