Skip to main content
Glama

list_alert_events

Return alert trigger events, newest first. Filter by alert ID to see a specific alert, or paginate through all events to review recent firings and frequency.

Instructions

Return alert trigger events, newest first. Account-wide (recent firings of all alerts) by default; pass alertId to narrow to one alert. Use for questions like "which alerts fired recently and how often?" or "when did the cost alert go off?". Each event's id can be passed directly to the acknowledge_alert tool. acknowledgedAt / acknowledgedBy are null if not yet acknowledged. Each event includes a snapshot of thresholdValue / windowMinutes / alertType at firing time (so the firing-time conditions survive later rule edits). For the next page, pass the last event's triggeredAt + id as beforeTriggeredAt + beforeId (keyset cursor).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of events to return (1-100, default 20)
alertIdNoID to narrow to a specific alert. Omit for all alerts' trigger history
beforeIdNoPagination cursor (id of the last event on the previous page). Must be passed together with beforeTriggeredAt
beforeTriggeredAtNoPagination cursor (triggeredAt of the last event on the previous page). Must be passed together with beforeId
Behavior5/5

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

With no annotations, the description fully discloses behavior: pagination mechanism (keyset cursor with beforeTriggeredAt + beforeId), null values for unacknowledged events, inclusion of snapshot fields (thresholdValue, windowMinutes, alertType), and that event ids can be passed to acknowledge_alert. This is highly transparent.

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 appropriately sized and front-loads the core action. Every sentence adds distinct information (pagination, snapshot, acknowledgment). Slightly longer than necessary but not wasteful. Could potentially be tightened but remains efficient.

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?

Despite no output schema, the description covers key return fields (acknowledgedAt/By, snapshot values) and pagination. It explains account-wide vs narrow, the use for acknowledgment, and how to paginate. This is complete for a list tool with no output schema.

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 coverage is 100%, so baseline is 3. The description adds value by explaining the pagination parameters (must be passed together), clarifying that alertId narrows to one alert vs all, and stating the default limit. This enriches the schema descriptions.

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 'Return alert trigger events, newest first' and distinguishes account-wide vs narrowed by alertId. It is a specific verb+resource with scope differentiation, clearly distinguishing from sibling tools like list_alerts (which lists alert definitions) and acknowledge_alert.

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 provides example questions that the tool answers ('which alerts fired recently and how often?' and 'when did the cost alert go off?'), giving clear context. It does not explicitly state when not to use it or mention alternatives, but the provided examples effectively guide usage.

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/argosvix/mcp-server'

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