SigNoz Cloud - This page is relevant for SigNoz Cloud editions.
Self-Host - This page is relevant for self-hosted SigNoz editions.

On-Call Handoff Brief

Your on-call shift is ending. The next engineer is about to take over, and they need to know what happened during your shift.

Instead of manually writing up a handoff doc, you ask your AI assistant, connected to the SigNoz MCP, to generate a summary from recent alert history.

Prerequisites

  • Connect your AI assistant to SigNoz using the MCP Server guide.
  • Make sure you have alerts configured in SigNoz. See Alerts if you haven't set this up.

Generate the Handoff Summary

Ask your AI assistant to pull the alert history and format it as a handoff brief:

Get the alert history for the last 48 hours. For each alert that fired, tell me which service was affected, when it fired, peak severity, and whether it's resolved or still open. Format as a handoff summary.

Your assistant will use the SigNoz MCP server to fetch the alert history and generate a structured handoff. Here's an example response:

All 3 alerts currently firing (severity: error):

**Frontend Service**: 65 flaps in 48h. Peak error rate 100%. OPEN.

**Payment Service**: 119 flaps in 48h (one every 24 min). Peak error rate 50%. OPEN.

**Checkout Service**: 44 flaps in 48h. Peak error rate 100%. OPEN.

All three alerts have been flapping continuously—error rates dip below threshold
briefly then spike back up. None have cleanly resolved. The high flap counts suggest
the underlying issue isn't being fixed, just intermittently masked by low traffic.
💡 Tip

Use Claude Desktop for this use case. Claude will generate an interactive handoff brief visualization that's easy to scan and share with the incoming on-call engineer.

Claude Handoff View
Claude Desktop Handoff View

Under the Hood

During this investigation, the MCP server called these tools:

StepMCP ToolWhat It Did
1signoz_list_alertsRetrieved all currently firing alerts
1signoz_get_alert_historyFetched the complete alert state transition history for the 48-hour window to calculate flap counts and identify patterns
1signoz_get_alertRetrieved detailed information for each alert including severity, conditions, and current status

If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack.

If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io.

Last updated: April 16, 2026

Edit on GitHub

Was this page helpful?

Your response helps us improve this page.

On this page

Is this page helpful?

Your response helps us improve this page.