list_tables
Discover all extracted tables from your indexed documents, showing source file, column schema, and row count for each table to simplify data exploration.
Instructions
List all extracted tables in the DuckDB relational store.
Returns table names, source documents, column schemas, and row counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||