Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ROOTLY_API_TOKEN | No | Your Rootly API token | |
ROOTLY_AUTH_HEADER | No | Bearer token for authentication (format: Bearer <YOUR_ROOTLY_API_TOKEN>) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
listIncidentAlerts | List incident alerts Path Parameters:
Query Parameters:
Responses:
|
attachAlert | Attach alerts to an incident from provided data Path Parameters:
Responses:
|
listAlerts | List alerts Query Parameters:
Responses:
|
createAlert | Creates a new alert from provided data Responses:
|
listEnvironments | List environments Query Parameters:
Responses:
|
createEnvironment | Creates a new environment from provided data Responses:
|
listFunctionalities | List functionalities Query Parameters:
Responses:
|
createFunctionality | Creates a new functionality from provided data Responses:
|
listWorkflows | List workflows Query Parameters:
Responses:
|
createWorkflow | Creates a new workflow from provided data Responses:
|
listIncidentActionItems | List incident action items Path Parameters:
Query Parameters:
Responses:
|
createIncidentActionItem | Creates a new action item from provided data Path Parameters:
Responses:
|
listIncident_Types | List incident types Query Parameters:
Responses:
|
createIncidentType | Creates a new incident_type from provided data Responses:
|
listIncidents | List incidents Query Parameters:
Responses:
|
createIncident | Creates a new incident from provided data Responses:
|
listServices | List services Query Parameters:
Responses:
|
createService | Creates a new service from provided data Responses:
|
listSeverities | List severities Query Parameters:
Responses:
|
createSeverity | Creates a new severity from provided data Responses:
|
listTeams | List teams Query Parameters:
Responses:
|
createTeam | Creates a new team from provided data Responses:
|
listUsers | List users Query Parameters:
Responses:
|
getCurrentUser | Get current user Responses:
|
list_endpoints | List all available Rootly API endpoints with their descriptions. |
search_incidents_paginated | Search incidents with enhanced pagination control. This tool provides better pagination handling than the standard API endpoint. |
get_all_incidents_matching | Get all incidents matching a query by automatically fetching multiple pages. This tool automatically handles pagination to fetch multiple pages of results. |