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 mark that the tool is not read-only and is not destructive. The description adds some context by asking for the conversation array for reproduction, indicating that data is sent for diagnosis. However, it doesn't describe what happens after the report is sent, persistence, rate limits, or possible errors. This is a middle ground with annotations carrying part of the burden.
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 and front-loads the primary purpose. It wastes no words and includes practical guidance about the conversation array. However, it could compress the paraphrase of the tool name and instead provide more schema-guiding parameter detail.
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 feedback/report tool, the description is adequate. The annotations cover read/write/destructive traits, and the description notes the key reproduction input. Yet it omits the purpose of context, gives no indication of the response/return value, and doesn't clarify whether the report is immediately submitted or stored locally. This leaves some ambiguity for an AI agent.
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 has zero descriptions for all 3 parameters, so the description must shoulder more weight. It explains the 'conversation' parameter's purpose (include recent messages) and implicitly ties 'message' to the bug/feedback content, but 'context' remains undefined. Parameter semantics are partially compensated but not complete.
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 function with a specific verb ('Report') and target resource ('a bug, missing feature, or send feedback'). This distinguishes it from sibling tools like authenticate, connect, marketplace, and show_version, which serve clearly 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 description makes the intended use explicit: report a bug, missing feature, or send feedback. It doesn't explicitly mention when not to use it or name alternatives, but the sibling tools are unrelated, so the implied usage is sufficient. The reproduction hint also helps guide proper use.
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 tools have distinct purposes (authenticate, connect, marketplace, report_bug, show_version, toolkit_info), but 'connect' and 'authenticate' overlap in handling connection/auth state, and 'toolkit_info' overlaps partially with 'connect' in reporting connection status. The main domain tool mpt_se_cnf_consultar is clear, but the platform-management tools create some boundary ambiguity.
Naming is inconsistent: snake_case for the main tool (mpt_se_cnf_consultar) but lowercase single-word names for others (connect, marketplace), and underscore-free names like 'report_bug' and 'show_version' mix styles. No clear verb-noun pattern; some are nouns, some verbs, and the domain tool is an opaque identifier.
Seven tools is within a reasonable range, but the server bundles many platform-management utilities (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) around a single domain operation (mpt_se_cnf_consultar). The count feels inflated for the server's apparent purpose of querying negative certificates, though it is not extreme.
For the domain of consuting negative certificates, there is only one operation (mpt_se_cnf_consultar) with no supporting tools like list of available certificate types, history, export, or cancellation. The other tools are about platform management rather than the domain, leaving the core workflow thin and incomplete.