Error Rate Monitor
Check error rates across services and alert if thresholds are exceeded
Example Prompt
Check error rates across all services and alert the team on Slack if anything looks abnormal
About
Monitors application health by querying error tracking and log aggregation systems for current error rates. Compares rates against configured thresholds and sends alerts to Slack when any service exceeds acceptable error levels, enabling rapid response.
Workflow Steps
Query Sentry for unresolved issues grouped by service and severity
🚨 List IssuesRetrieve details on the highest-frequency error events
🔍 Get Error EventSearch Elasticsearch logs for error rate trends over the past hour
🔎 Search IndexEvaluate error rates against defined thresholds and determine alert severity
🧠 Structured ReasoningSend an alert to Slack if any service exceeds its error rate threshold
📨 Send MessageTools Used
Search Index
Run a full-text or structured query against an Elasticsearch index
Get Error Event
Retrieve detailed information about a specific Sentry error event including stack trace
List Issues
Retrieve unresolved error issues from a Sentry project, sorted by frequency or last seen
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Elasticsearch
Search, index, and analyze data in Elasticsearch clusters with full-text queries
Sentry
Query error reports, performance data, and release health from Sentry
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions