mysql_show_tables
List all tables in a MySQL database to understand its schema, enabling schema-aware query execution.
Instructions
Show all tables in the current MySQL database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | No | MySQL connection alias (optional, uses default if omitted) |