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 indicate readOnlyHint=false (a write action) and destructiveHint=false. The description adds the instruction to include the conversation array for reproduction, which gives context on how the tool should be invoked. It doesn't contradict annotations, and the additional detail about reproduction is useful. However, it could expand on any side effects (e.g., external submission), but with annotations covering safety, the bar is lower.
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 concise sentences. The first states the purpose, the second provides an actionable instruction. No fluff or repetition, good front-loading.
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 is a simple feedback mechanism. The description explains what to do (report and include conversation) but doesn't mention what happens after submission (e.g., any response or confirmation). Given no output schema, the agent might not know if a return value is expected. However, for such a tool, this is often implicit. It's complete enough for typical use, but slightly lacking on expected result.
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 mentions the 'conversation' parameter as a 'conversation array', but the schema defines it as a string with default '[]'. This could confuse the agent about the exact format. It does not explain 'context' or 'message' beyond the overall purpose. Since only one of three parameters is partially explained, it's adequate but not thorough.
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.' This is specific (verb+resource) and clearly distinguishes it from sibling tools like authenticate, marketplace, or show_version, which have 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?
It gives actionable guidance: 'Include the conversation array with recent messages for reproduction.' This hints at when to use it (when you need to report an issue) and provides a key prerequisite. It doesn't explicitly mention when not to use it or alternatives, but the context is clear enough.
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, but 'connect' and 'toolkit_info' overlap in reporting connection status, and 'authenticate' deals with auth similar to 'connect' and 'marketplace' invoke's connect links. 'show_version' is trivial but distinct. The main 'marketplace' tool is a megatool covering many sub-actions, blurring boundaries with 'report_bug' and 'toolkit_info'.
Naming is inconsistent: 'authenticate', 'connect', 'marketplace', 'report_bug', 'show_version' are mostly verb_noun but vary in verb style (some are bare verbs, some noun_verb). 'sintegra_ac_consultar' is Portuguese and does not follow the English pattern, and 'toolkit_info' is noun_verb. Mixed languages and conventions make patterns unpredictable.
7 tools is a reasonable count, but 'marketplace' is an overloaded mega-tool that should arguably be split into multiple tools (search, describe, invoke, install, etc.), making the surface feel heavier than the count suggests. The other tools are sparse, with 'show_version' being near-trivial.
The server mixes platform management, marketplace access, and a single domain-specific query tool (sintegra_ac_consultar). The domain of Brazilian tax information appears incomplete: only one query capability, no history, no credits balance, no CNPJ/CPF variations. Platform side lacks explicit auth revocation or billing details beyond marketplace. Significant gaps for a coherent workflow.