Skip to main content
Glama

list_alerts

Read-onlyIdempotent

List alerts from Aria Operations with filters for active status, criticality, and resource. Returns alert summaries including name, criticality, status, and impact.

Instructions

[READ] List alerts from Aria Operations.

Returns alert summaries: name (from alertDefinitionName), criticality (from alertLevel), status, impact, resource_id, timestamps, and control state. The Alert model has no resource name field — resolve it via get_resource(resource_id).

Args: active_only: Return only active (non-cancelled) alerts. Default True. criticality: Filter by criticality: INFORMATION, WARNING, IMMEDIATE, CRITICAL. resource_id: Scope alerts to a specific resource UUID. limit: Maximum number of alerts to return (1–500). Default 100. target: Optional Aria Operations target name from config. Uses default if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
active_onlyNo
criticalityNo
resource_idNo
limitNo
targetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already disclose readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds behavioral details: it returns only alert summaries, includes a note that the model has no resource name field, and explains parameter effects (e.g., active_only returns only non-cancelled alerts). This is additive and consistent.

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 about 120 words, well-structured with a concise opening, return description, and bulleted args. There is no redundant or irrelevant information. Every sentence adds value.

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 has an output schema (not shown but present), the description focuses on what the agent needs: return summary fields, parameter details, and a crucial limitation (missing resource name). It covers the key aspects for correct invocation and interpretation, making it complete for a list operation.

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

Parameters5/5

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

Input schema has 0% description coverage, so the description fully compensates. It explains all 5 parameters: active_only (default and meaning), criticality (allowed values: INFORMATION, WARNING, IMMEDIATE, CRITICAL), resource_id (scope by UUID), limit (range 1–500, default 100), and target (optional, from config). This provides essential semantic context beyond the schema.

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 the tool's purpose: 'List alerts from Aria Operations.' It specifies the return fields (name, criticality, status, etc.) and distinguishes it from sibling tools like get_alert (single alert) and acknowledge_alert/cancel_alert (mutations). The verb 'List' and resource 'alerts' are precise.

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 implies when to use this tool (to list multiple alerts) and provides a critical usage hint: to resolve resource names, use get_resource(resource_id). While it doesn't explicitly compare to all siblings, it gives practical guidance on what the tool does and its limitation.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zw008/VMware-Aria'

If you have feedback or need assistance with the MCP directory API, please join our Discord server