list_tables
Retrieve all database tables with their comments. Optionally filter by schema for targeted exploration.
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 |