get_alertmanager_history
Retrieve recent alerts and active silences from Prometheus Alertmanager, filterable by service, namespace, and time window, to quickly diagnose cluster issues.
Instructions
Get recent alerts and active silences from Prometheus Alertmanager. Requires MCP_ALERTMANAGER_URL to be configured.
Args: service_name: Filter alerts by service name (optional) namespace: Filter alerts by namespace label (optional) timeframe_minutes: How far back to look (1-1440) include_silences: Whether to include active silences (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | ||
| service_name | No | ||
| include_silences | No | ||
| timeframe_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |