ch_list_tables
List all tables in a ClickHouse database, including metadata like engine, keys, row count, disk size, and purpose descriptions. Start here to explore available data.
Instructions
List all tables with metadata and built-in descriptions.
Returns table name, engine type, partition/sorting keys, row count, disk size, and a human-readable description of each table's purpose. Use this as the starting point to understand what data is available.
Args: database: Database to list (default: cdc_pipeline)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | cdc_pipeline |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |