Let your AI agent work your databases
Ask what tables exist and how they relate, pull a number without writing the SQL, add a column, or work out why a query is slow. The agent works against PostgreSQL and MySQL with the credentials you saved, and every operation lands in the history. Most of the tools in this group are read-only, and the SQL query tool rejects writes by design: your agent can explore an entire database without being able to touch it.
What you'd ask your agent
- “Show me what tables the production database has and how they relate”
- “Count how many orders came in yesterday and group them by status”
- “Add a cancellation-date column to the customers table”
- “This query is slow: explain the plan and tell me which index is missing”