Skip to main content
Glama

Q-Radar overview (OSA + PSL KPIs)

get_qradar_overview
Read-only

Quick-commerce shelf-intelligence headline: on-shelf-availability % (OSA), shelves & SKUs tracked, average risk score, potential-sales-loss (PSL, in paise — convert to ₹), pincode coverage, and a daily trendline. Use for 'how is my quick-commerce availability'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citiesNoComma-separated city names to filter.
osaLensNoOSA basis: consumer (pincode-level, default) or dark-store (shelf-level).
pincodesNoComma-separated pincodes to filter.
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

A4.3/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 safety profile is covered. The description adds meaningful behavioral context beyond annotations: PSL is returned in paise (with a note to convert to ₹) and the output includes a daily trendline. This helps the agent understand unit handling and output structure without contradicting 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.

Conciseness5/5

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

Two sentences: first lists the contents in a compact, front-loaded manner; second gives a single concrete use case. No wasted words, no repetition of schema details, and all information earns its place.

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?

Given the tool's complexity (multiple KPIs) and that an output schema exists, the description provides sufficient context: it names all major output components, flags the PSL unit conversion pitfall, and positions the tool as a headline/overview. This is complete for an overview tool, especially with a rich output schema to back it up.

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%—every parameter has a clear description in the schema, so the baseline is 3. The tool description does not add additional parameter semantics beyond listing high-level output fields (e.g., pincode coverage) that loosely relate to filters, but no new syntax or behavior is introduced. The schema already does the heavy lifting.

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 states the specific verb+resource: 'quick-commerce shelf-intelligence headline' and enumerates exact KPIs returned (OSA %, shelves & SKUs tracked, risk score, PSL, pincode coverage, trendline). This distinguishes it clearly from sibling overview tools like get_analytics_summary or get_dashboard_summary by naming its unique focus on availability and PSL.

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?

It provides an explicit use case: "Use for 'how is my quick-commerce availability'." This is clear contextual guidance. However, it does not mention when not to use it or name alternatives (e.g., get_shelf_availability for detailed shelf data), so it stops short of full exclusion/alternative guidance.

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