Runbook Executor
Look up a runbook from the knowledge base and execute its diagnostic steps
Example Prompt
We're seeing elevated latency on the payments service — find the runbook and run through the diagnostic steps
About
Retrieves operational runbooks from the knowledge base matching the reported incident type, then systematically executes each diagnostic step by checking container health, querying logs, and verifying service status. Reports findings and recommended actions to the on-call channel.
Workflow Steps
Query the knowledge base for the runbook matching the reported incident type
📚 Query Knowledge BaseList running containers to assess the current state of affected services
📦 List ContainersPull recent logs from the relevant containers to identify error patterns
📜 Container LogsAnalyze the diagnostic findings against the runbook's expected outcomes
🧠 Structured ReasoningPost a diagnostic summary and recommended remediation steps to the on-call Slack channel
📨 Send MessageTools Used
Query Knowledge Base
Search an AWS Knowledge Base for relevant documents using semantic retrieval
Container Logs
Retrieve log output from a running or stopped Docker container
List Containers
List running and stopped Docker containers with status, ports, and image info
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
AWS Knowledge Base
Retrieve information from AWS Bedrock knowledge bases using RAG
Docker
Manage containers, images, volumes, and networks via the Docker daemon
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions