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 indicate the tool is idempotent and non-destructive, so the description adds limited behavioral detail. It mentions including conversation for reproduction, hinting at context usage, but does not explain side effects or outcomes, keeping transparency modest.
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 with no extraneous words. It efficiently communicates the core action and a key requirement, making it easy to parse.
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 simple reporting tool, the description is largely sufficient: it states purpose and input guidance. However, it omits details like expected return values or error handling, but given the lack of output schema and low complexity, this is acceptable.
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?
The schema provides no descriptions, but the description explains the purpose of the 'conversation' parameter (to aid reproduction) and implies 'message' is the content of the report. It does not clarify 'context', but this partial coverage improves understanding.
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: reporting bugs, missing features, or feedback, which is a distinct function compared to sibling tools like authenticate or show_version. It also specifies a required action (include conversation) that clarifies its 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 bug reports or feedback) but does not explicitly contrast with alternatives. It provides guidance on how to use it (include conversation array), which is helpful though not exhaustive for a usage decision.
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.
Each tool has a clearly distinct purpose: authenticate for login, connect for status, marketplace for catalog/invoke, report_bug for feedback, show_version for version info, toolkit_info for state, and the single domain tool for certificate retrieval. No overlapping functionality.
Most tool names follow a lowercase snake_case pattern (report_bug, show_version, toolkit_info), but single words without underscores (connect, marketplace) and the long compound Portuguese terminal (tribunal_tjsp_obter_cert_1grau_consultar) disrupt perfect uniformity. Still, the overall convention is readable and predictable.
7 tools is a well‑scoped set for a platform toolkit that covers authentication, connection, catalog, feedback, versioning, and state, plus one specific operational feature. Each tool earns its place.
The toolkit surface is complete for its platform management role (auth, connect, discover, invoke, install, subscribe, feedback, version state). The domain-specific certificate capability is limited to one action, but the platform tools fully cover the meta‑operations, so only a minor gap is present.