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, destructiveHint=false, and idempotentHint=true. The description adds some behavioral context by recommending including the conversation array for reproduction, which is useful for understanding what input helps. It does not disclose potential state changes or side effects, and there is no contradiction with the annotations.
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, both relevant. It front-loads the purpose and provides one key usage tip. No filler or redundancy.
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 simple, and the description covers the primary purpose and one important parameter interaction. It misses some detail (e.g., what 'context' is for), but with a required message parameter and optional conversation, the description is adequate for typical usage. The lack of an output schema keeps expectations minimal.
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 carries the parameter burden. It clarifies the 'conversation' parameter as an array for reproduction, but it does not explain 'message' (which is required) or the 'context' parameter. The description adds partial value but does not fully compensate for the missing schema documentation, especially since it implies 'conversation' might be required, contradicting the schema's required field.
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 states the tool's purpose clearly: 'Report a bug, missing feature, or send feedback.' It uses a specific verb (report) and a clear resource (bugs, feature requests, feedback). This is distinct from all sibling tools, which focus on authentication, connections, marketplace, version checks, toolkits, and tribunal processes—none of which overlap.
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 advises to 'Include the conversation array with recent messages for reproduction,' which is basic usage guidance but does not explicitly state when to use this tool versus alternatives. There are no explicit when/when-not or alternative recommendations. The purpose implies usage for bug reporting, but it does not contrast with other tools.
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.
Several tools overlap in purpose: authenticate and connect both handle authentication/connection, while marketplace and toolkit_info both relate to MCP management. The legal query tool is isolated, but the MCP management tools have blurred boundaries.
Tool names are wildly inconsistent: mix of verbs (authenticate, connect, report_bug), nouns (marketplace, toolkit_info), and a Portuguese phrase (tribunal_tjmg_processo_consultar). No clear pattern or verb-noun structure.
While 7 tools is within the typical range, the set is not well-scoped—it combines MCP management utilities with a single domain-specific query, making the purpose diffuse and the number neither minimal nor cohesive.
The server appears to serve two disparate domains: MCP management (missing many standard operations) and Brazilian legal process consultation (only one query tool). Neither domain is covered comprehensively, leaving obvious gaps.