Skip to main content
Glama

Rootly MCP server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ROOTLY_API_TOKENYesYour Rootly API token

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_endpoints

List all available Rootly API endpoints.

search_incidents_paginated
Search incidents with enhanced pagination control. Args: query: Search query to filter incidents by title/summary page_size: Number of results per page (default: 100, max: 100) page_number: Page number to retrieve (default: 1)
get_all_incidents_matching
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)
incidents_by_incident_id_alerts_post

Attach alerts to an incident

incidents_by_incident_id_alerts_get

List Incident alerts

alerts_post

Creates an alert

alerts_get

List alerts

environments_post

Creates an environment

environments_get

List environments

functionalities_post

Creates a functionality

functionalities_get

List functionalities

workflows_post

Creates a workflow

workflows_get

List workflows

incidents_by_incident_id_action_items_post

Creates an incident action item

incidents_by_incident_id_action_items_get

List incident action items

incident_types_post

Creates an incident type

incident_types_get

List incident types

incidents_post

Creates an incident

incidents_get

List incidents

services_post

Creates a service

services_get

List services

severities_post

Creates a severity

severities_get

List severities

teams_post

Creates a team

teams_get

List teams

users_get

List users

users_me_get

Get current user

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