Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CRONALERT_API_KEY | Yes | Your CronAlert API key, obtained from Settings > API Keys on cronalert.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_monitors | List all uptime monitors. Optionally filter by status (up, down, unknown) and paginate. |
| create_monitor | Create a new uptime monitor that periodically checks a URL and alerts on failure. |
| get_monitor | Get detailed information about a specific monitor including its current status. |
| update_monitor | Update an existing monitor's configuration (name, URL, interval, method, etc.). |
| delete_monitor | Permanently delete a monitor and all its check history. This cannot be undone. |
| get_check_results | Get recent check results for a monitor, including response times, status codes, and uptime percentage. |
| get_monitor_incidents | Get incidents for a specific monitor — periods when the monitor was down. |
| list_incidents | List all active incidents across all monitors. |
| list_status_pages | List all public status pages configured for your account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |