System Monitoring
Observe system metrics, logs, and alerts to detect anomalies and degradation
Example Prompt
Check our system health — look for elevated error rates, log anomalies, and any degradation in the last 24 hours
About
Monitors system health by querying error tracking services for recent issues, searching logs for anomalous patterns, and reasoning through the data to identify root causes or emerging trends. Produces a structured health summary with severity-rated findings and recommended actions.
Workflow Steps
Query Sentry for recent errors, grouping by frequency and service
🚨 List IssuesSearch application logs for anomalous patterns, spikes, and recurring warnings
🔎 Search IndexReason through collected data to identify root causes, correlations, and severity levels
🧠 Structured ReasoningWrite a structured health report with findings, severity ratings, and recommended actions
✏️ Write FileTools Used
Search Index
Run a full-text or structured query against an Elasticsearch index
Write File
Write or overwrite a file at a specified path with the given content
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
Required MCP Servers
Elasticsearch
Search, index, and analyze data in Elasticsearch clusters with full-text queries
Filesystem
Read, search, and manage files on the local filesystem
Sentry
Query error reports, performance data, and release health from Sentry
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision