Skip to main content
Glama
Rootly-AI-Labs

Rootly MCP server

Official

listIncidentAlerts

Track and filter incident alerts by source, services, environments, labels, and time ranges to manage and analyze incidents effectively using the Rootly MCP server.

Instructions

List incident alerts

Path Parameters:

  • incident_id (Required): No description.

Query Parameters:

  • include: No description.

  • filter_source: No description.

  • filter_services: No description.

  • filter_environments: No description.

  • filter_groups: No description.

  • filter_labels: No description.

  • filter_started_at_gt: No description.

  • filter_started_at_gte: No description.

  • filter_started_at_lt: No description.

  • filter_started_at_lte: No description.

  • filter_ended_at_gt: No description.

  • filter_ended_at_gte: No description.

  • filter_ended_at_lt: No description.

  • filter_ended_at_lte: No description.

  • filter_created_at_gt: No description.

  • filter_created_at_gte: No description.

  • filter_created_at_lt: No description.

  • filter_created_at_lte: No description.

  • page_number: No description.

  • page_size: No description.

Responses:

  • 200 (Success): success

    • Content-Type: application/vnd.api+json

    • Example:

{
  "key": "value"
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_created_at_gtNo
filter_created_at_gteNo
filter_created_at_ltNo
filter_created_at_lteNo
filter_ended_at_gtNo
filter_ended_at_gteNo
filter_ended_at_ltNo
filter_ended_at_lteNo
filter_environmentsNo
filter_groupsNo
filter_labelsNo
filter_servicesNo
filter_sourceNo
filter_started_at_gtNo
filter_started_at_gteNo
filter_started_at_ltNo
filter_started_at_lteNo
incident_idYes
includeNo
page_numberNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are provided, and the description offers zero behavioral context. It doesn't disclose whether this is a read-only operation, what permissions are required, how pagination works, rate limits, or what happens when filters are applied. For a tool with 21 parameters and no annotation coverage, this is completely inadequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

While technically concise with 'List incident alerts', the description is under-specified rather than efficiently structured. The parameter listing with repeated 'No description' adds bulk without value. The response example is minimal and uninformative.

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

Completeness1/5

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

For a complex tool with 21 parameters, no annotations, and 0% schema coverage, the description is completely inadequate. It doesn't explain what 'incident alerts' are, how filtering works, what the include parameter does, or how pagination behaves. The output schema exists but the example is trivial ('key': 'value'), providing no meaningful context.

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

Parameters1/5

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

Schema description coverage is 0%, meaning none of the 21 parameters have descriptions in the schema. The description section merely lists parameter names with 'No description' for each, adding zero semantic value. This fails to compensate for the complete lack of schema documentation.

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

Purpose3/5

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

The description states 'List incident alerts' which provides a basic verb+resource combination, but it's vague about scope and doesn't differentiate from sibling tools like 'listAlerts' or 'listIncidents'. It doesn't specify whether this lists alerts for a specific incident or all incident alerts.

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?

No guidance on when to use this tool versus alternatives like 'listAlerts' or 'listIncidents'. The description doesn't mention prerequisites, context, or exclusions. The agent must infer usage from the parameter structure alone.

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

Related 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/Rootly-AI-Labs/Rootly-MCP-server'

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