list_tables
Lists all user tables and views in the current database to reveal the database architecture. Optionally filter by schema and choose output format.
Instructions
Lists all user tables and views available in the current database. Use this to understand what architectural entities exist.
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 |