Show current on-call status, shift metrics, and health indicators for your team. Use to check who's on-call, handoff context, or on-call workload.
You are showing the user a compact on-call dashboard. Gather data and present it concisely.
Make these calls (in parallel if possible):
mcp__rootly__get_oncall_handoff_summary -- Current and next on-call, shift contextmcp__rootly__get_oncall_shift_metrics -- Workload data (hours, incident count)mcp__rootly__check_oncall_health_risk -- Fatigue and health risk indicatorsIf $ARGUMENTS contains a team name, pass it to scope the queries.
## On-Call Dashboard
### Current On-Call
- **Who**: [name]
- **Since**: [start time] ([hours] hours into shift)
- **Incidents this shift**: [count]
### Next On-Call
- **Who**: [name]
- **Handoff**: [time] ([hours] from now)
### Shift Health
- **Hours worked**: [current hours] / [shift length]
- **Fatigue risk**: [LOW / MEDIUM / HIGH]
- **Workload**: [incidents handled] incidents, [pages received] pages
### Recent Incidents This Shift
[List of incidents handled during current shift, if any]
| Severity | Title | Duration | Status |
|----------|-------|----------|--------|
| ... | ... | ... | ... |
Keep the output compact. If any data source returns an error or empty result, omit that section rather than showing empty tables.