db_summary
Retrieve a quick summary of a database including table schemas and size information. Supports setting a default database and output length limits.
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 |