Skip to main content
Glama

List Q-Radar alerts

list_qradar_alerts
Read-only

Quick-commerce anomaly alerts: out-of-stock spikes, price anomalies, risk escalations, and critical-stock events, with severity and the affected SKU / channel / pincode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNoMax rows (1-25, default 15).
severityNo
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

B3.3/5.0
Behavior3/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 established. The description adds context about the content of the alerts (types, severity, affected entities) but doesn't disclose any additional behavioral traits such as default values, pagination, or filtering behavior beyond what the schema mentions. It's acceptable but not rich.

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, compact sentence that front-loads the core idea ('Quick-commerce anomaly alerts') and immediately lists the alert types and key attributes. Every phrase adds information and there is no filler. Ideal size for a simple listing tool.

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

Completeness3/5

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

With an output schema present, the description doesn't need to explain return values. However, given the large set of QRadar sibling tools, the description lacks guidance on how this tool fits into the broader workflow. It also doesn't mention defaults (e.g., limit default, dateRange default) that are in the schema, but those are already in structured fields. Overall it's adequate but not complete in helping the agent decide when to invoke it.

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 coverage is 60% (limit and dateRange have descriptions; type, severity, and platforms only have enums). The description mentions 'severity' and 'channel' which weakly maps to the severity and platforms parameters, but it doesn't explicitly walk through each parameter. It adds some meaning over the raw schema but doesn't fully compensate for the undocumented parameters.

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

Purpose4/5

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

The description clearly identifies the tool as listing quick-commerce anomaly alerts and enumerates the alert categories (out-of-stock spikes, price anomalies, risk escalations, critical-stock events). It also mentions key attributes (severity, affected SKU/channel/pincode), which gives a solid sense of purpose. However, it doesn't explicitly differentiate from sibling QRadar tools like get_qradar_overview or list_qradar_skus, so it's not a perfect 5.

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?

There is no explicit guidance on when to use this tool versus alternatives. The description says nothing about 'use for X instead of Y' or any exclusions. While the name 'list_qradar_alerts' suggests monitoring alerts, there are many sibling QRadar tools and the description provides no decision-making context for choosing this one.

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