list_tables
Retrieve all table names from a MySQL database to inspect schema structure and available data sources.
Instructions
List all tables in the specified database (or the current database if not specified).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name. Uses the current database if omitted. |