Skip to main content
Glama

Rootly MCP server

Official

get_all_incidents_matching

Fetch all Rootly incidents matching a search query with automatic pagination handling. Retrieves up to a specified maximum number of results for efficient incident management.

Instructions

Get all incidents matching a query by automatically fetching multiple pages.

This tool automatically handles pagination to fetch multiple pages of results.

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return
queryNoSearch query to filter incidents by title/summary

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 500, "description": "Maximum number of results to return", "maximum": 1000, "minimum": 1, "title": "Max Results", "type": "integer" }, "query": { "default": "", "description": "Search query to filter incidents by title/summary", "title": "Query", "type": "string" } }, "type": "object" }

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