Db Summary
db_summaryGet a quick database summary with table schemas and size details to understand database structure without running multiple queries.
Instructions
Quickly get summary of a database with tables' schema and size information. Use set_session_db to set a per-session default database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | Database name. Optional: uses current database by default. | |
| limit | No | Output length limit in characters. Defaults to 10000. Higher values show more tables and details. | |
| refresh | No | Set to true to force refresh, ignoring cache. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |