get_alert_rule_by_uid
Retrieve detailed information about a specific Grafana alert rule by providing its UID and connection name. Returns JSON with full rule details.
Instructions
Get detailed information about a specific alert rule.
Args: connection_name: Name of the Grafana connection alert_uid: UID of the alert rule
Returns: JSON string with alert rule details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |