List Tables
list-tablesList all tables in your RawTree project with row and byte counts to discover available data before querying.
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 | |||