describe_all_tables
View all table schemas in a MySQL database simultaneously to analyze structure and relationships efficiently.
Instructions
Show the schema of all tables at once. Much more efficient than calling describe_table for each table individually.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name. Uses the current database if omitted. |