Uptime Status Page
Check service health across endpoints and generate a public status summary
Example Prompt
Check the health of all our production endpoints and generate a status page summary
About
Monitors uptime by probing a set of critical service endpoints to verify availability and response times. Checks each endpoint for expected status codes and latency thresholds, then compiles results into a status page summary showing operational, degraded, or down states for each service.
Workflow Steps
Probe each critical service endpoint to check availability and response time
🌐 Fetch URLEvaluate response codes and latencies against health thresholds
🧠 Structured ReasoningGenerate a formatted status page with per-service health indicators
🧠 Structured ReasoningWrite the status page summary to a file for publishing
✏️ Write FilePost a status update to the operations Slack channel
📨 Send MessageTools Used
Fetch URL
Make an HTTP request to a URL and return the response body
Write File
Write or overwrite a file at a specified path with the given content
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
Fetch
Retrieve and convert web content to markdown, extract text from URLs and APIs
Filesystem
Read, search, and manage files on the local filesystem
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions