Skip to main content
Glama

Rootly MCP server

Official

search_incidents_paginated

Filter and retrieve incidents by title or summary with precise pagination control, enabling efficient handling of large datasets for streamlined incident management.

Instructions

Search incidents with enhanced pagination control.

This tool provides better pagination handling than the standard API endpoint.

Input Schema

NameRequiredDescriptionDefault
page_numberNoPage number to retrieve
page_sizeNoNumber of results per page (max: 100)
queryNoSearch query to filter incidents by title/summary

Input Schema (JSON Schema)

{ "properties": { "page_number": { "default": 1, "description": "Page number to retrieve", "minimum": 1, "title": "Page Number", "type": "integer" }, "page_size": { "default": 100, "description": "Number of results per page (max: 100)", "maximum": 100, "minimum": 1, "title": "Page Size", "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