describe_all_tables
Show the schema of all tables in a database with a single query. Returns column details for every table, providing a comprehensive overview of the database structure.
Instructions
Show the schema of all tables at once. Much more efficient than calling describe_table for each table individually. Warning: response can be large for databases with many tables — prefer describe_table for specific tables when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name. Uses the current database if omitted. |