Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ROOTLY_API_TOKEN | Yes | 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 |
---|---|
list_endpoints | List all available Rootly API endpoints. |
search_incidents_paginated | |
get_all_incidents_matching | |
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 |