inspect_schema
Inspect an entire database schema in one call, choosing summary or detail mode with optional table filtering and pagination. Returns tables and foreign keys to reduce multiple list calls and save context.
Instructions
Inspect the whole schema at once. mode='summary'|'detail', optional single table, paginated. Returns tables + foreign keys view; use this instead of many list_* calls to save context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | summary | |
| page | No | ||
| table | No | ||
| model_id | Yes | ||
| page_size | No |