Skip to main content

Alerts

Alerts are individual triggered events that are grouped into incidents. These tools let you inspect alerts within a given incident.

Tools​

list_alerts_from_incident​

List alerts for a specific incident.

ParameterTypeRequiredDescription
incident_idstringYesThe ID of the incident
query_modelAlertQueryNoQuery parameters for pagination

Example prompt:

"Show me all alerts for incident P123456"


get_alert_from_incident​

Get a specific alert from an incident.

ParameterTypeRequiredDescription
incident_idstringYesThe ID of the incident
alert_idstringYesThe ID of the alert

Example prompt:

"Get alert PA00001 from incident P123456"