Infrastructure Cost Review
Query resource usage, analyze costs, and generate an optimization report
Example Prompt
Review our infrastructure costs, identify underutilized resources, and recommend optimizations
About
Reviews infrastructure spending by querying container resource utilization and database usage metrics, comparing them against historical data, and identifying opportunities for cost savings. Produces an optimization report with specific recommendations for right-sizing or decommissioning resources.
Workflow Steps
List all running containers to assess active infrastructure resources
📦 List ContainersQuery the database for resource usage metrics and cost allocation data
📊 Run SQL QueryRetrieve cached historical cost data for trend comparison
🔑 Get KeyAnalyze usage patterns and generate cost optimization recommendations
🧠 Structured ReasoningPost the cost review report to the operations Slack channel
📨 Send MessageTools Used
List Containers
List running and stopped Docker containers with status, ports, and image info
Run SQL Query
Execute a read-only SQL query against a PostgreSQL database and return results
Get Key
Retrieve the value of a key from a Redis datastore
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
Docker
Manage containers, images, volumes, and networks via the Docker daemon
PostgreSQL
Query, inspect, and manage PostgreSQL databases with full SQL support
Redis
Read, write, and manage keys in Redis for caching and real-time data
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions