Skip to main content
Glama

report_mcp_issue

Report a problem, gap, or workaround with THIS MCP toolset back to the Koongo team so it can be fixed or extended. Use it when: a tool returned an error you could not resolve after a legitimate attempt (ESPECIALLY a 500 / unexpected server error or an unreachable-facade error), a capability you needed is missing, a tool's result was wrong or confusing versus what its docs implied, or you and the user AGREED on a manual workaround because MCP could not do something — or whenever the user says 'report this'. This is BACKGROUND product feedback, not a user-facing action and not something the user's task depends on: briefly ask the user's OK first ('want me to report this?'), file ONE report per scenario, then continue — do NOT loop or re-file the same thing. Provide category + a short title + a detailed description (what the user wanted, what actually happened, and any agreement/workaround). Strongly include steps[] — the CALL STACK: the sequence of tools you called with their key arguments and each one's outcome/error — plus the specific error, and expected vs actual where relevant, so an engineer can reproduce from the report alone. NEVER put credentials, tokens, API keys or personal data in a report (the server redacts known-sensitive keys defensively, but you must not include them). Returns {status:'recorded', reportId, ts}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoThe specific error message/payload, if any.
stepsNoThe call stack: the ordered tools you called with their key arguments and each one's outcome/error that led to this report.
titleYesA short one-line summary of the issue.
actualNoWhat actually happened.
detailYesFull description: what the user wanted, what actually happened, and any workaround/agreement made with the user.
contextNoOptional ids that help reproduce (project/marketplace/ad/feed/rule/attribute).
categoryYesWhat kind of report: error | missing_capability | wrong_result | confusing | workaround | suggestion.
expectedNoWhat you expected to happen.
severityNoHow badly it blocks the user: low | medium | high.

TDQS

A4.8/5.0
Behavior5/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false; the description adds substantial behavioral context beyond that: it is background product feedback, requires asking the user's OK first, must not interrupt the main task, should avoid duplicate reports, must never include credentials, and returns {status:'recorded', reportId, ts}. This gives the agent a clear behavioral contract far beyond the annotations.

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

Conciseness4/5

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

The description is long but dense and purposeful; nearly every clause earns its place by specifying a trigger condition, behavioral constraint, or composition guideline. It is front-loaded with the primary purpose. It loses a point for some redundancy (e.g., 'what the user wanted' appears in both the detail guidance and the steps guidance) and for being written as one sprawling paragraph rather than structured bullets.

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

Completeness5/5

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

For a complex meta-tool with 9 parameters, nested objects, security implications, and no output schema, the description is complete: it covers triggers, prerequisites, body-content guidance, the steps[] structure, security constraints, and even the return shape. An agent has everything it needs to decide when to invoke the tool and how to populate it correctly.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful guidance on top: it explains that steps[] should be the call stack of tools called with key arguments and outcomes, that detail should contain what the user wanted/what happened/workaround, and that expected vs actual should be included where relevant. This gives the agent editorial guidance beyond the schema's per-field labels.

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 opens with a specific verb and resource: 'Report a problem, gap, or workaround with THIS MCP toolset back to the Koongo team so it can be fixed or extended.' This clearly distinguishes it from sibling data-report tools like get_ad_item_report or get_marketplace_report by framing it as product feedback about the toolset itself, not a domain data report.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use conditions: unresolvable errors, 500/unreachable-facade errors, missing capabilities, wrong or confusing results, agreed workarounds, and user request to 'report this'. It also gives when-not-to-use guidance: this is background feedback, not user-facing, ask OK first, file one report per scenario, and do not loop or re-file.

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

A4.2/5.0
Disambiguation4/5

Tools are organized around distinct resources (ads, marketplaces, feeds, orders, rules, sources) with clear action verbs, and descriptions explicitly disambiguate near-pairs like get_feed_status vs ad_status or set_feed_filter vs set_feed_attribute_filter. A few similarly named status/action pairs (e.g. ad_status vs get_ad, run_ad_item_action vs run_ad_operation) require careful reading, but overall the purposes are separable.

Naming Consistency4/5

The overwhelming majority follow a consistent verb_noun snake_case pattern (list_*, get_*, create_*, set_*, run_*, test_*). Minor deviations like ad_status and marketplace_status (noun-based status tools) and koongo_knowledge break the pattern slightly, but the convention is clearly recognizable and predictable.

Tool Count1/5

At 105 tools, the surface is extreme and far beyond the 50+ threshold, even for a complex e-commerce integration domain. Much of the bloat comes from systematic triplication across ads, marketplaces, and feeds (e.g. three nearly identical map_*_attribute tools, three list_*_items, three get_*_report) that a generic resource parameter could have consolidated.

Completeness4/5

The toolset covers the full lifecycle of feeds, ads, marketplaces, order connections, rules, and imports, including create/read/update/delete, status monitoring, item-level actions, validation, repair, and restore. Minor gaps exist, such as no delete for standalone order connections and limited update capabilities for some entities, but these are workable and do not create dead ends for the core workflows.

Resources