mysql_list_tables
List all tables in a MySQL database to view available data structures and organize database queries efficiently.
Instructions
List tables in the current database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional, uses current if not provided) |