List Tables
list-tablesList all tables in a RawTree project, returning row and byte counts along with project and organization context. Use to see what data exists, get table names for queries, or verify auto-created tables.
Instructions
Purpose: List all tables in the configured RawTree project with row and byte counts.
NOT for: Reading table rows. Use run-query for data and describe-table for columns.
Returns: Tables plus project and organization context.
When to use:
User asks what data exists
You need a table name before querying
You want to verify that an insert auto-created a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||