Combines incident data and service health to produce a risk assessment for a service.
Name: risk-summary
Description: Combines incident data and service health to produce a risk assessment for a service.
When the user asks about risk for a service:
get_open_incidents(serviceName) — to count incidents and severity distributionget_service_health(serviceName) — to get current health statusUser: "Summarise the risk for Notifications"
Agent actions:
get_open_incidents(serviceName: "Notifications")get_service_health(serviceName: "Notifications")User: "What's the overall risk posture?"
Agent actions: