get_db_metadata_summary
Summarize database metadata by returning table and view counts plus aggregated row, file, and byte statistics sampled across up to a configurable number of tables.
Instructions
Summarize a database: table/view counts plus aggregated rows/files/bytes sampled over up to max_tables tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | No | ||
| max_tables | No | ||
| include_table_stats | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |