peaka_get_project_metadata
Get metadata for all catalogs, schemas, and tables in a Peaka project. Discover data structure before writing queries, with optional filtering by catalog or schema.
Instructions
Get metadata for all catalogs, schemas, and tables in the Peaka project in a single call. Optionally filter by catalogId and/or schemaName. Use this tool to discover the data structure before writing queries.
If you do not already know the projectId for the current task, call peaka_list_projects first and ask the user which project to use. Remember the chosen projectId for subsequent calls in this conversation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalogId | No | Optional catalog ID to filter metadata by a specific catalog. | |
| projectId | Yes | The Peaka project ID to run against. | |
| schemaName | No | Optional schema name to filter metadata by a specific schema. |