connect_db
Establish a connection to a MySQL database using a URL or configuration parameters such as host, user, password, and database name. Facilitates SQL queries and table structure retrieval for AI agents.
Instructions
Connect to MySQL database using URL or config
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | ||
host | No | ||
password | No | ||
url | No | Database URL (mysql://user:pass@host:port/db) | |
user | No | ||
workspace | No | Project workspace path |