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 this is a non-read-only, idempotent, non-destructive action. The description adds that the action 'sends' feedback, implying a side effect, and instructs including conversation data for reproduction. However, it does not disclose what happens after submission, whether a confirmation or ticket is returned, or any rate limits or prerequisites beyond the conversation array.
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?
Two compact sentences deliver the core purpose and the key invocation requirement. The most important instruction is front-loaded and there is no filler or repetition of schema content.
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?
For a three-parameter tool with no output schema, the description gives the essential purpose and one important usage hint, but it leaves the 'context' parameter ambiguous and contradicts the schema's type for 'conversation'. The missing return/confirmation behavior is minor, but the parameter mismatch and undocumented 'context' make the description incomplete.
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 full responsibility for explaining parameters. It explains message as the bug/feature/feedback content and conversation as reproduction context, but it calls conversation an 'array' while the schema declares it a string, which could lead the agent to pass the wrong type. The 'context' parameter is entirely unexplained.
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 uses a specific verb ('Report') with a clear resource ('a bug, missing feature, or send feedback'), so an agent can tell this tool is for issue reporting and feedback. It does not explicitly differentiate itself from siblings, which are mostly unrelated calculation/authentication tools, so it misses the top score only by not naming any alternatives.
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 clearly states the intended use cases: reporting a bug, requesting a missing feature, or sending feedback. It gives a concrete usage instruction ('Include the conversation array with recent messages for reproduction'), but it does not state when not to use the tool or mention any alternative for non-reporting needs.
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.
The calculo_* tools each target a distinct legal area (labor, FGTS, alimony, sentencing, INSS, etc.), and detailed descriptions clarify their boundaries. Some relationship exists among correction/index-based calculators, but the legal context makes them distinguishable. The platform tools are also separate from the domain calculators, though marketplace is broad.
All 16 calculation tools follow a consistent `calculo_<area>` snake_case pattern, which is good. However, the six platform/admin tools use a different style and language (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), creating a clear split between the two clusters.
At 22 tools, the set is on the heavy end. The 16 legal calculators each earn their place for a broad Brazilian legal-calculation suite, but the additional platform and marketplace plumbing tools inflate the count and make the server feel less focused.
The tool surface covers a wide range of Brazilian legal calculation needs: labor, FGTS, criminal sentencing, prison progression, INSS benefits, alimony, divorce, banking revisions, and monetary correction. Minor gaps exist, such as dedicated overtime or additional-hours calculators, but the core workflows are well covered with no obvious dead ends.