Skip to main content
Glama

Q-Radar leak ledger (potential sales loss)

get_qradar_leak_ledger
Read-only

The CFO-grade potential-sales-loss (PSL) ledger: each out-of-stock window with lost units and lost revenue (paise — convert to ₹), the velocity basis, price/MRP, and an audit hash chain. Ranked by impact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (1-25, default 15).
sortByNoDefault psl_desc (biggest loss first).
dateRangeNoLookback window (default last_7d).
platformsNoComma-separated quick-commerce channel codes (e.g. blinkit,zepto,instamart). Omit for all.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's job is lighter. It adds significant context: the ledger is 'ranked by impact', contains data in paise with an explicit instruction to 'convert to ₹', and includes unique fields like an 'audit hash chain'. This helps the agent understand the tool's output semantics beyond the schema.

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, information-dense sentence that front-loads the core purpose ('CFO-grade potential-sales-loss ledger') followed by specific details. No filler or redundant phrases. It efficiently conveys the key data points, units conversion, and ranking in a compact form.

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

Completeness4/5

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

For a read-only list tool with an output schema and rich annotations, the description covers the essential behavioral aspects: what data is included, the conversion instruction, and the ranking. It lacks explicit guidance on when to use it (covered in dimension 2) but is otherwise complete given the schema and annotations. The existence of many qradar siblings with no differentiation means a bit more context would have made it a 5.

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

Parameters3/5

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

Schema description coverage is 100%, so parameters like limit, sortBy, dateRange, and platforms are fully documented. The description adds almost nothing about parameters; 'Ranked by impact' hints at a sort order consistent with the default sortBy, but that information is already in the schema. The baseline of 3 is appropriate since the schema carries the parameter semantics.

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 identifies this as a 'potential-sales-loss (PSL) ledger' with specific contents: 'each out-of-stock window with lost units and lost revenue', 'velocity basis, price/MRP, and an audit hash chain'. This goes beyond just naming the tool and distinguishes it from siblings like get_psl_movers or get_qradar_overview through the audit hash chain and CFO-grade qualifier.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The 'CFO-grade' phrasing implies a financial analysis context, but the description does not mention any exclusions, prerequisites, or sibling tool comparisons. It is unclear whether this should be preferred over get_psl_movers or get_qradar_overview in specific scenarios.

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

A3.5/5.0
Disambiguation4/5

Most tools target distinct data points (e.g., get_analytics_summary vs get_brand_score). However, 'search' and 'search_catalog' have overlapping functionality and could cause confusion, and 'fetch' is a helper tied to 'search', adding minor ambiguity.

Naming Consistency4/5

The majority use consistent verb_noun snake_case (e.g., get_inventory, list_stores). Exceptions like 'fetch' and 'search' (without object) break the pattern, but they are few.

Tool Count2/5

43 tools is excessive for a data-retrieval-only API. Many get_* and search_* tools could be consolidated (e.g., search_catalog, search_inventory, search_orders are similar). The large number will overwhelm an agent.

Completeness2/5

The tool set is entirely read-only (get, search, list, fetch). There are no create, update, or delete tools, which is a critical gap for managing e-commerce operations. Agents can only view data, not act on it.

Resources