Talk to your data
Database connects your AI agent directly to a MySQL or MariaDB database. Your team asks questions in plain language and the agent translates them into SQL, runs the query, and returns the answer. Schema inspection tools let the agent discover tables, columns, indexes and relationships on its own, so it can answer questions about data it has never seen before. Write operations (INSERT, UPDATE, DELETE) are supported but dual-gated: the agent config toggle must be on AND the user role must have the mutation capability granted. DROP DATABASE and TRUNCATE DATABASE are always blocked.
Features
Natural language to SQL: ask data questions in plain language
Schema discovery: tables, columns, indexes, foreign keys
Read queries with automatic row limit (max 100)
Data mutations (INSERT/UPDATE/DELETE) with dual RBAC gates
Frequently Asked Questions
Try the Database skill
Add this skill to your agents and start using it right away.
