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, readOnlyHint=false, and destructiveHint=false, but the description adds no behavioral context beyond input guidance. There is no mention of submission behavior, confirmations, or side effects, which is a gap for a write-oriented tool.
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, with the purpose stated first and a single actionable instruction second. It is efficient, front-loaded, and contains no filler.
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 purpose is clear and the conversation parameter guidance helps, but the description lacks explicit when-to-use guidance, behavioral outcomes, and explanation of the context parameter. For a simple tool, it is minimally complete but not thorough.
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 'conversation' parameter explicitly and implies 'message' is the report content, but the 'context' parameter is left undocumented. 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 reports a bug, missing feature, or sends feedback, using the specific verb 'Report' with explicit targets. It distinguishes from sibling tools like authenticate, marketplace, and show_version, which have different purposes.
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 instruction to include the conversation array with recent messages provides clear context on how to use the tool effectively. However, it does not explicitly mention when to prefer this tool over alternatives or any exclusion cases.
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 platform tools have clear distinct roles, but connect and toolkit_info both report connection/account state, and marketplace also handles credentials and connect links, creating overlap. The single ECRVSP domain tool is clearly distinct, but the auth/connection/state cluster is not fully separated.
Tool names mix English imperative verbs (authenticate, connect, report_bug, show_version) with noun-style names (marketplace, toolkit_info) and one Portuguese object-verb name (ecrvsp_docs_emplacamento_consultar). There is no consistent verb_noun pattern or language convention across the set.
Seven tools is not inherently excessive, but six of the seven are generic platform utilities rather than ECRVSP domain functionality. Only one tool actually serves the server's stated purpose, so the count is misaligned with the domain.
For a paid consult-only service, the core lookup operation exists and auth/credit concerns are handled by platform tools. There are no obvious missing operations for the narrow domain, though a listing or document-type-checking tool would be a minor enhancement.