schema_overview
Summarizes database tables, views, primary keys, and foreign key relationships without exposing row data.
Instructions
Summarizes available tables, views, primary keys, and foreign key relationships. Strictly constrained to structural metadata. Does not reveal data rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Use compact to reduce LLM token usage; markdown for human-readable output. | compact |
| schema | No | Optional schema/catalog namespace. Overrides DATABASE_SCHEMA only outside production. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |