list_tables
Retrieve all tables in a MySQL database to understand its structure and available data. Specify a database name or use the current connection to view tables.
Instructions
List all tables in the current or specified database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional, uses current if not specified) |