mysql_list_tables
Retrieve a list of tables from a MySQL database to explore its schema and structure.
Instructions
List tables in a MySQL database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Optional database name. | |
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |