List Tables
list-tablesRetrieve all tables in a RawTree database with row and byte counts to discover available data, find table names for queries, or verify table creation.
Instructions
Purpose: List all tables in a RawTree database with row and byte counts.
NOT for: Reading table rows. Use run-query for data and describe-table for columns.
Returns: Tables plus database 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 |
|---|---|---|---|
| cluster | No | RawTree cluster to use for this operation. | |
| database | No | Optional RawTree database override. RawTree uses the default database when omitted. | |
| organization | No | RawTree organization containing the target cluster. |