MySQL
Connect to a MySQL database to query, insert, update, and delete rows using SQL.
Three ways to use MySQL
Chat with Geni
Ask Geni to pull data, take actions, or answer questions using this integration in a conversation.
Build a workflow
Create automated workflows that trigger on events, run on a schedule, or chain multiple tools together.
Power an app
Use this integration as a data source or action layer behind a dashboard, form, or internal tool.
Supported tools
Actions your AI agents can perform with MySQL.
Count Rows
Count the number of rows in a table, optionally with filtering conditions.
Custom Query
Execute any arbitrary SQL statement including JOINs, aggregations, subqueries, and DDL.
Delete Row
Delete one or more rows from a table.
Find Row
Find a single row by a unique identifier or condition.
Insert Row
Insert a new row into a table.
List Columns
Retrieve column definitions for a specific table using information_schema.