List tables
list_tablesDiscover Snowflake tables and views for analytics, returning a flat array of table names scoped to the connection's database and schema unless overridden.
Instructions
List available Snowflake tables (and views) for analytics table discovery. Returns a flat array of { table_name } objects. Scoped to the connection's database/schema unless overridden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to list from. Defaults to SNOWFLAKE_SCHEMA. | |
| database | No | Database to list from. Defaults to SNOWFLAKE_DATABASE. | |
| include_views | No | Include views alongside base tables. Default true. |