peaka_get_project_metadata
Fetch all catalogs, schemas, and tables in a Peaka project to map its structure before querying. Filter by catalog ID or schema name for targeted metadata.
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. |