Actions
| Name | Description |
|---|---|
find_rowsReads rows from a table | Reads rows from a table |
insert_rowInserts a new row into a table | Inserts a new row into a table |
update_rowUpdates one or more rows in a table | Updates one or more rows in a table |
delete_rowDeletes one or more rows from a table | Deletes one or more rows from a table |
get_tablesReturns a list of tables in the database | Returns a list of tables in the database |
execute_queryExecutes a query on the mysql database and returns the results | Executes a query on the mysql database and returns the results |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'mysql',
actionName: 'find_rows',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect MySQL to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does MySQL support?
MySQL supports 6 actions including Find Rows, Insert Row, Update Row, Delete Row, Get Tables, and more.
Can I use MySQL with AI agents?
Yes. Add MySQL to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does MySQL use?
MySQL uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the MySQL integration cost?
The MySQL integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect MySQL in 2 minutes
Get 1,000 free actions every month. No credit card required.