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?
With annotations already covering readOnly/destructive/idempotent hints, the description adds the behavioral note that the conversation array is needed for reproduction. It doesn't describe submission effects, duplicates, or expected response, but doesn't contradict annotations.
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 sentences, front-loaded with the purpose, then a single instruction. No wasted words, but under-specification of parameters slightly reduces information density.
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 3-parameter tool with no output schema and no schema descriptions, the description fails to explain the required 'message' parameter and 'context', and gives no indication of return values or post-submission behavior. It covers only the conversation parameter, leaving significant gaps.
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 only explains the 'conversation' parameter and omits 'message' (required) and 'context' entirely, leaving their semantics unclear.
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 lists three purposes (bug, missing feature, feedback), clearly identifying the tool's role. It distinguishes from sibling tools which are unrelated, though it doesn't explicitly name alternatives.
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?
Provides explicit instruction to include the conversation array for reproduction, which is actionable. However, it doesn't state when to prefer this tool over alternatives or exclude any cases, leaving usage context implied.
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 tools have mostly distinct purposes, but connect, authenticate, and toolkit_info overlap in connection/status reporting, which could cause confusion. The credit score tool is clearly unique, but the platform utilities blur together.
Naming mixes verbs (authenticate, connect, report_bug, show_version) with nouns (marketplace, toolkit_info) and includes Portuguese (credito_score_consultar). No consistent verb_noun pattern across the set.
The server is named 'Score de Crédito' but only one of seven tools relates to credit scoring; the rest are generic platform tools. The count is misaligned with the apparent domain, making the set feel padded with infrastructure utilities.
For a credit score server, the surface is severely incomplete—only a single query operation exists, with no history, analysis, or management features. The platform tools do not compensate for the lack of domain coverage.