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 non-read-only, non-destructive, and idempotent behavior. The description adds the useful context that conversation data is used for reproduction, but does not disclose side effects like ticket creation or data transmission. It neither contradicts nor significantly deepens the annotation-provided safety profile.
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 concise sentences with zero filler. The purpose is front-loaded in the first sentence, and the second sentence provides a direct actionable instruction. Every word earns its place.
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?
No output schema exists, but the description does not mention expected return values or confirmation of submission. It covers the core purpose and one key input pattern, yet lacks guidance on parameter semantics and result handling, leaving gaps for a tool with sparse structured metadata.
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 adds meaning to the conversation parameter but calls it an 'array' while the schema types it as a string, which could mislead. The required 'message' parameter and optional 'context' parameter receive no explanation, leaving most parameters underspecified.
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') and explicitly covers bug, missing feature, and feedback, making the tool's scope unmistakable. It clearly distinguishes from siblings like authenticate, connect, and marketplace, none of which handle user feedback.
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 gives clear context (“Report a bug, missing feature, or send feedback”) and instructs to include the conversation for reproduction. However, it does not explicitly state when not to use it or name alternatives, though no direct alternative exists among the siblings.
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 distinct, clear purpose: authentication, connection status, marketplace search, specific certificate query, bug reporting, version info, and toolkit state. No overlaps or ambiguity.
Names are inconsistent: mix of single-word verbs (authenticate, connect), nouns (marketplace, toolkit_info), Portuguese compound (mpt_df_cnf_consultar), and underscore-separated phrases (report_bug, show_version). No uniform pattern.
7 tools is within the typical range. While several are generic platform utilities, they are all relevant to the server's integration and the single domain-specific tool is justified.
The server provides the core certificate query (mpt_df_cnf_consultar) along with necessary authentication and status tools. No obvious missing operations for its stated purpose, though it is read-only and limited.