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, so the safety profile is covered. The description adds the context that the conversation array should be included for reproduction, but it does not disclose any side effects, such as whether the report is persisted or if authentication is required. Given the annotations, this is adequate but minimal—no contradiction.
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, front-loaded with the primary purpose, and includes the only additional instruction needed. It is concise with no redundant or filler content, earning 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?
The tool has three parameters and no output schema. The description explains the purpose and the conversation parameter, but does not describe what should go into the 'message' (the required field) or what happens after submission (e.g., response format). For a simple reporting action, it is somewhat complete but leaves notable 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 explain parameters. It only mentions the conversation parameter ('Include the conversation array with recent messages for reproduction'). The required 'message' parameter and the optional 'context' parameter remain unexplained. This partial coverage is insufficient for a tool with three parameters.
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: 'Report a bug, missing feature, or send feedback.' It uses a specific verb (report) and resource (bug/feature/feedback), and the sibling tools (authenticate, show_version, etc.) are all unrelated, so it effectively distinguishes itself. The added instruction about including the conversation array for reproduction further clarifies the tool's role.
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 implies when to use the tool (for bugs or feedback) and provides explicit guidance on including the conversation array for reproduction. However, it does not mention when not to use it or name alternative tools, though the siblings are obviously distinct. There is a clear context but no explicit exclusions.
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: authentication, connection status, marketplace operations, bug reporting, version, data query, and toolkit state. However, 'connect' and 'toolkit_info' both provide connection status, and 'authenticate' and 'connect' are related to login, creating some ambiguity.
Tool naming is inconsistent: some are single verbs (authenticate, connect), some are compound nouns (marketplace, toolkit_info), and one is a Portuguese verb_noun (sintegra_al_consultar). The mix of languages and styles makes it hard to predict naming patterns.
With 7 tools, the server fits well within the expected scope for a domain-specific server that also includes platform management utilities. Each tool appears to serve a clear need.
The core functionality of querying SINTEGRA AL is covered by one tool, and platform management (auth, connection, version, bug reporting, marketplace) is also present. Minor gaps might include a dedicated tool for managing credits or viewing consultation history, but the existing surface likely covers the main workflows.