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 declare idempotentHint=true and destructiveHint=false, so the safety profile is known. The description adds the requirement to include the conversation array for reproduction, which gives useful behavioral context. However, it does not disclose what happens after reporting (e.g., whether a response is returned) or any side effects beyond what annotations imply.
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 a single sentence that is front-loaded with the action ('Report a bug, missing feature, or send feedback') and then provides the necessary instruction. Every word is useful, and there is no wasted text.
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 (3 parameters, no output schema) and the description covers its core purpose and one key parameter. While it could benefit from explaining the 'context' parameter or clarifying expected outcomes, the current description is adequate for a feedback-reporting tool given the annotations and schema defaults.
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?
With schema description coverage at 0%, the description should explain all parameters. It explicitly explains the 'conversation' parameter as 'recent messages for reproduction', but it does not explain 'context' or 'message' beyond their obvious roles. The description partially compensates for the schema gap but is incomplete.
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 it reports a bug, missing feature, or feedback, which is specific and distinct from sibling tools (authenticate, connect, marketplace, etc.). It also specifies the action of including the conversation array, so the purpose is unambiguous.
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 implicitly tells when to use it (when there is a bug, missing feature, or feedback) but does not explicitly state when not to use it or mention alternatives. Given that no sibling tool provides similar functionality, this is acceptable and clear.
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.
marketplace and search_tools both provide search/describe/invoke over the MCP catalog, so an agent can easily pick the wrong one. authenticate and connect also overlap somewhat on auth/status concerns, though less severely.
Names mix bare verbs (authenticate, connect), a noun (marketplace), and compound forms (report_bug, search_tools, show_version, toolkit_info). They are readable and mostly action-oriented, but there is no single predictable convention.
Seven tools is within a reasonable raw range, but the count is less appropriate than it appears because marketplace is a mega-tool with many suboperations and search_tools duplicates its core functionality. The set could be leaner and better structured.
For the inferred MCP-platform-management domain, auth, status, catalog search/invoke, bug reporting, version, and toolkit info are covered. However, the server is named Stripe, and no payment or Stripe-specific API tools exist, making the surface severely incomplete for the apparent purpose.