Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ALERTMANAGER_URL | Yes | URL of your Prometheus Alertmanager server | |
ALERTMANAGER_PASSWORD | No | Password for Alertmanager authentication (optional) | |
ALERTMANAGER_USERNAME | No | Username for Alertmanager authentication (optional) |
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 |