Skip to main content
Glama

Rootly MCP server

Official

get_all_incidents_matching

Fetch and filter incidents by title or summary using a search query, with pagination handled automatically. Specify maximum results for efficient incident retrieval.

Instructions

Get all incidents matching a query by automatically fetching multiple pages. Args: query: Search query to filter incidents by title/summary max_results: Maximum number of results to return (default: 500)

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryNo

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 500, "title": "Max Results", "type": "integer" }, "query": { "default": "", "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