get_alert_definition
Get a single alert definition by ID, including its configuration (thresholds, conditions) and notification settings.
Get a single alert definition by ID, including its configuration (thresholds, conditions) and notification settings.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
alert_definition_id | number | Yes | Alert definition ID |
detail | boolean | No | Return full JSON instead of compact summary (default: false) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"alert_definition_id": 0
}
Description
Returns a compact summary by default; use detail=true for the full JSON payload. ID from list_alert_definitions.
Related
What's next?
Last updated on