Skip to main content
Glama
Rootly-AI-Labs

Rootly MCP server

Official

listIncidents

Retrieve and filter incidents from the Rootly MCP server using customizable query parameters such as status, severity, and timeframes to streamline incident monitoring and analysis.

Instructions

List incidents

Query Parameters:

  • page_number: No description.

  • page_size: No description.

  • filter_search: No description.

  • filter_kind: No description.

  • filter_status: No description.

  • filter_private: No description.

  • filter_user_id: No description.

  • filter_severity: No description.

  • filter_severity_id: No description.

  • filter_labels: No description.

  • filter_types: No description.

  • filter_type_ids: No description.

  • filter_environments: No description.

  • filter_environment_ids: No description.

  • filter_functionalities: No description.

  • filter_functionality_ids: No description.

  • filter_services: No description.

  • filter_service_ids: No description.

  • filter_teams: No description.

  • filter_team_ids: No description.

  • filter_cause: No description.

  • filter_cause_ids: No description.

  • filter_custom_field_selected_option_ids: 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.

  • filter_updated_at_gt: No description.

  • filter_updated_at_gte: No description.

  • filter_updated_at_lt: No description.

  • filter_updated_at_lte: 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_detected_at_gt: No description.

  • filter_detected_at_gte: No description.

  • filter_detected_at_lt: No description.

  • filter_detected_at_lte: No description.

  • filter_acknowledged_at_gt: No description.

  • filter_acknowledged_at_gte: No description.

  • filter_acknowledged_at_lt: No description.

  • filter_acknowledged_at_lte: No description.

  • filter_mitigated_at_gt: No description.

  • filter_mitigated_at_gte: No description.

  • filter_mitigated_at_lt: No description.

  • filter_mitigated_at_lte: No description.

  • filter_resolved_at_gt: No description.

  • filter_resolved_at_gte: No description.

  • filter_resolved_at_lt: No description.

  • filter_resolved_at_lte: No description.

  • filter_closed_at_gt: No description.

  • filter_closed_at_gte: No description.

  • filter_closed_at_lt: No description.

  • filter_closed_at_lte: No description.

  • filter_in_triage_at_gt: No description.

  • filter_in_triage_at_gte: No description.

  • filter_in_triage_at_lt: No description.

  • filter_in_triage_at_lte: No description.

  • sort: comma separated if needed. eg: created_at,updated_at

  • include: comma separated if needed. eg: sub_statuses,causes,subscribers

Responses:

  • 200 (Success): success

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

    • Example:

{
  "key": "value"
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_acknowledged_at_gtNo
filter_acknowledged_at_gteNo
filter_acknowledged_at_ltNo
filter_acknowledged_at_lteNo
filter_causeNo
filter_cause_idsNo
filter_closed_at_gtNo
filter_closed_at_gteNo
filter_closed_at_ltNo
filter_closed_at_lteNo
filter_created_at_gtNo
filter_created_at_gteNo
filter_created_at_ltNo
filter_created_at_lteNo
filter_custom_field_selected_option_idsNo
filter_detected_at_gtNo
filter_detected_at_gteNo
filter_detected_at_ltNo
filter_detected_at_lteNo
filter_environment_idsNo
filter_environmentsNo
filter_functionalitiesNo
filter_functionality_idsNo
filter_in_triage_at_gtNo
filter_in_triage_at_gteNo
filter_in_triage_at_ltNo
filter_in_triage_at_lteNo
filter_kindNo
filter_labelsNo
filter_mitigated_at_gtNo
filter_mitigated_at_gteNo
filter_mitigated_at_ltNo
filter_mitigated_at_lteNo
filter_privateNo
filter_resolved_at_gtNo
filter_resolved_at_gteNo
filter_resolved_at_ltNo
filter_resolved_at_lteNo
filter_searchNo
filter_service_idsNo
filter_servicesNo
filter_severityNo
filter_severity_idNo
filter_started_at_gtNo
filter_started_at_gteNo
filter_started_at_ltNo
filter_started_at_lteNo
filter_statusNo
filter_team_idsNo
filter_teamsNo
filter_type_idsNo
filter_typesNo
filter_updated_at_gtNo
filter_updated_at_gteNo
filter_updated_at_ltNo
filter_updated_at_lteNo
filter_user_idNo
includeNocomma separated if needed. eg: sub_statuses,causes,subscribers
page_numberNo
page_sizeNo
sortNocomma separated if needed. eg: created_at,updated_at

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions pagination parameters and includes an example response format, but doesn't describe authentication requirements, rate limits, error conditions, or whether this is a read-only operation. The response example is minimal and doesn't explain the actual structure of incident data.

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?

The description is poorly structured - it starts with a tautological purpose statement, then dumps 61 parameter names with 'No description' labels in a massive unhelpful list. The response section includes an example but it's minimal and uninformative. This is not concise but rather under-specified with wasted space on repetitive 'No description' annotations.

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

Completeness2/5

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

For a tool with 61 parameters, no annotations, and complex filtering capabilities, the description is severely inadequate. It doesn't explain the incident domain, filtering logic, pagination behavior, or response structure. While there's an output schema mentioned, the description doesn't bridge the gap between the minimal input documentation and what users need to effectively use this complex tool.

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

Parameters2/5

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

With only 3% schema description coverage (only 2 of 61 parameters have descriptions), the description attempts to compensate by listing all parameters with 'No description' labels, but this adds no actual semantic value. The minimal descriptions for 'sort' and 'include' parameters are helpful but insufficient given the massive parameter count. The description fails to explain what any of the filter parameters actually filter by or their expected formats.

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

Purpose2/5

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

The description states 'List incidents' which is a tautology of the tool name 'listIncidents'. It doesn't specify what kind of incidents, from what system, or what the output contains. While it's clear this is a listing operation, it lacks specificity about the resource domain or scope.

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 is provided about when to use this tool versus alternatives like 'search_incidents_paginated' or 'get_all_incidents_matching'. The description doesn't mention prerequisites, access requirements, or typical use cases for this specific listing approach versus other incident-related tools.

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