Skip to main content
Glama

list_alerts

List tracked error/fatal alerts for this project, ranked by occurrence count. Each alert has a fingerprint that can be passed to resolve_alert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-100, default 20)
resolvedNoFilter by resolved state. Omit for all, true for resolved, false for active.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses the scope, the error/fatal filter, ranking, and the fingerprint linkage, but it does not describe the return shape, pagination behavior, or whether resolved alerts are included by default. The resolved filter is left to 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?

Two sentences, no filler. The primary action is front-loaded and the resolver linkage is a useful addition. Every word earns its place.

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 simple list tool with two optional parameters and full schema coverage, the description is nearly complete. It identifies the output concept (fingerprint) and connects it to resolve_alert. A return-format description would push it to a 5, but it is not essential for correct invocation.

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 the baseline is 3. The description adds no parameter-specific semantics beyond the schema, but it does not need to because the schema already explains limit and resolved. No additional meaning is lost.

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 a specific verb ('List'), resource ('tracked error/fatal alerts'), scope ('for this project'), and ordering ('ranked by occurrence count'). It is clearly distinguishable from generic log or cost tools and even hints at the follow-up action via the fingerprint.

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

Usage Guidelines3/5

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

The description implies this is the tool for browsing alerts and mentions that fingerprints can be used with resolve_alert, but it does not explicitly say when to choose this over get_recent_errors or query_logs, nor when to avoid it. Context is clear, but exclusions are missing.

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.

Resources