connect_db
Establish a connection to a MySQL database using a URL, workspace path, or manual credentials. Supports SQL queries, table structure retrieval, and connection testing for efficient database interactions.
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 |