list_tables
List all database tables along with their comments, optionally filtered by schema, to quickly understand the database structure.
Instructions
List all tables in the database with their comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Optional schema name to filter by (e.g. "ods", "dw"). If omitted, all non-system schemas are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |