Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| get_status | Get current status of an Alertmanager instance and its cluster |
| get_receivers | Get list of all receivers (name of notification integrations) |
| get_silences | Get list of all silences |
| post_silence | Post a new silence or update an existing one |
| get_silence | Get a silence by its ID |
| delete_silence | Delete a silence by its ID |
| get_alerts | Get a list of alerts |
| post_alerts | Create new alerts |
| get_alert_groups | Get a list of alert groups |