SLA Compliance Checker
Query service response times, compare against SLA targets, and flag violations
Example Prompt
Check if our API response times are within SLA targets for the past week and flag any violations
About
Evaluates service level agreement compliance by querying response time and availability metrics from logs and databases. Compares measured performance against defined SLA thresholds for each service tier and generates a detailed compliance report, flagging any violations to the operations team.
Workflow Steps
Query Elasticsearch for response time percentiles across all services
🔎 Search IndexFetch SLA threshold definitions from the configuration database
📊 Run SQL QueryCompare measured metrics against SLA targets and identify violations
🧠 Structured ReasoningPost the SLA compliance report with flagged violations to Slack
📨 Send MessageTools Used
Search Index
Run a full-text or structured query against an Elasticsearch index
Run SQL Query
Execute a read-only SQL query against a PostgreSQL database and return results
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
PostgreSQL
Query, inspect, and manage PostgreSQL databases with full SQL support
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions