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 provide idempotentHint=true and destructiveHint=false. The description adds context by mentioning the conversation array for reproduction, but does not explain side effects or outcome beyond the action itself.
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 concise with only two sentences, both front-loaded with essential information: first sentence states purpose, second gives specific usage instruction. No unnecessary words.
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 description covers the core functionality for a simple feedback tool, but lacks information on expected outcomes (e.g., confirmation, storage), and does not mention that the tool is idempotent (as per annotation). It is adequate but not fully comprehensive.
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 0% schema description coverage, the description must compensate. It explicitly explains the 'conversation' parameter ('Include the conversation array with recent messages for reproduction'). However, 'message' and 'context' are not described, though 'message' is implied by the tool's purpose.
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: 'Report a bug, missing feature, or send feedback.' It uses specific verbs and resources, and distinguishes itself from sibling tools which are unrelated.
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 provides a specific instruction to 'Include the conversation array with recent messages for reproduction,' which hints at when to use (when reporting bugs requiring reproduction). However, no explicit comparisons to alternatives or when not to use are given.
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 socialdl_* trio has clear, distinct purposes, but the marketplace tool is a catch-all that duplicates report_bug and overlaps with toolkit_info and connect, creating ambiguity. Authenticate and connect also have related but not clearly bounded concerns.
Tool names mix conventions: bare verbs (authenticate, connect), verb-noun (report_bug, show_version), nouns (marketplace), and a prefix-based group (socialdl_*). The socialdl group is consistent, but the rest lack a unified pattern.
With 9 tools, the set is well-scoped for its purpose, combining social media conversion tools with platform management utilities. Each tool has a distinct role, and the count is within the typical effective range.
The social media workflow is well covered: download, extract, and metadata. However, there is no explicit logout/disconnect tool, and the marketplace's extensive scope (install, billing, prompts) may leave some management workflows incomplete (e.g., no listing of user's stored prompts).