list-explores
Browse the project catalog to list all available tables and explores, with descriptions and SQL references. Use this for initial discovery before fetching detailed field schemas.
Instructions
List all available explores/tables in the project catalog.
Returns a catalog of all tables/explores organized by project and dataset:
Explore/table names
Table descriptions
SQL table references
When to use:
To discover what tables/explores are available in the project
To browse the data catalog and find relevant tables by description
Before using get-explore-schema to get detailed field information
Best practice: Use this for initial discovery to find table names, then use get-explore-schema for detailed dimensions, metrics, and joins.
Note: This can return large amounts of data for projects with many explores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_uuid | No | Optional: UUID of the project. If not provided, uses current project. |