list_tables
List database tables and views in any schema with type, row count estimates, and comments to quickly understand database structure.
Instructions
List tables and views in a schema. Returns name, type (table/view/materialized view/foreign table), a planner row estimate when available, and any comment. Defaults to the configured default schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to list tables from. Defaults to the server's default schema. |