get_firing_alerts
Retrieve currently firing alerts from Grafana Alertmanager. Filter by labels and include silenced, inhibited, or active alerts to see their details.
Instructions
Get currently firing alert instances from Alertmanager.
Returns alerts that have transitioned from Pending to Firing state. Use this to see which alerts are actively firing and their details.
Args: connection_name: Name of the Grafana connection filter_labels: Optional label matchers (e.g., ["alertname=HighCPU", "severity=critical"]) silenced: Include silenced alerts (default: true) inhibited: Include inhibited alerts (default: true) active: Include active alerts (default: true)
Returns: JSON string with list of firing alert instances including labels, annotations, and startsAt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | ||
| silenced | No | ||
| inhibited | No | ||
| filter_labels | No | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |