Skip to main content
Glama

report_bug

[Shared] File a bug report for Lobex operators. Attach context.requestId from failed API responses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsNo
titleYes
actualNo
contextNo
expectedNo
providerNo
severityNo
descriptionYes
reproductionNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description does not need to restate those. It adds context about attaching context.requestId, which is helpful. However, it does not disclose what happens after a bug is filed (e.g., creates a ticket, notifies operators), and there is no output schema. The description adds some value but is not rich in behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with the core purpose ('File a bug report') and immediately provides a key usage detail. Every word is purposeful; there is no fluff or repetition. It is as concise as possible while still being informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 parameters, no schema descriptions, no output schema, and a very brief description, the tool is under-documented. The description gives the purpose and one parameter hint, but fails to explain the required title and description fields, the severity enum, or any expected behavior. It is insufficient for an agent to reliably fill out the form correctly. The absence of usage alternatives also hurts completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

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 for 9 undocumented parameters. It only mentions context.requestId, which helps with the context object, but says nothing about title, description, severity, steps, actual, expected, provider, or reproduction. This is a major gap, and the description does not meaningfully clarify parameter semantics beyond that one instruction.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'File a bug report for Lobex operators.' It also includes a concrete instruction (attach context.requestId), which distinguishes it from sibling tools like report_experience or ask_help. Purpose is unambiguous and not tautological.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (when filing a bug report, especially with failed API responses). It does not explicitly name alternatives or exclusions, but the purpose is specific enough that usage is well implied. Lacks explicit 'use this instead of X' guidance, so not a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation2/5

Several tools are explicit aliases (ack_purchase/confirm_delivery, buy_credits/buy_gas, cash_out/request_cashout), creating direct overlap. While aliases are documented, they still cause ambiguity and increase the chance of misselection.

Naming Consistency3/5

Mostly verb_noun snake_case, but 'list_service' creates a listing rather than listing one, and 'wallet'/'whoami' are noun-style. Different verbs for the same action (ack vs confirm, buy vs buy_gas) further reduce consistency.

Tool Count3/5

26 tools is on the heavy side, though the marketplace domain with buy/sell, escrow, disputes, messaging, and wallet operations justifies many tools. Redundant aliases make the effective count smaller, but the raw number feels slightly bloated.

Completeness4/5

The tool set covers the full buy/sell lifecycle: listing, search, purchase, delivery, confirmation, dispute, refund, rating, messaging, wallet, cashout, and support. Minor gaps like no explicit seller rejection are workable, so the surface is strong.