Performance Benchmark
Run performance queries, compare against baselines, and report results
Example Prompt
Run performance benchmarks on our main database queries and compare against last week's baselines
About
Executes database performance queries to measure response times and throughput, compares results against stored baselines, and generates a detailed performance report. Helps teams catch regressions early and track optimization progress over time.
Workflow Steps
Run a set of benchmark queries against the PostgreSQL database
📊 Run SQL QueryRetrieve previous baseline performance metrics from Redis cache
🔑 Get KeyCompare current results against baselines and identify regressions or improvements
🧠 Structured ReasoningStore the new benchmark results as the updated baseline
🧠 Store MemoryPost the performance report summary to the engineering Slack channel
📨 Send MessageTools Used
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
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
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
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