peaka_create_semantic_catalog
Create a semantic catalog to group queryable semantic tables under a single namespace within a Peaka project. Returns the catalog with its ID.
Instructions
Create a semantic catalog in the Peaka project. A semantic catalog groups semantic tables — saved queries surfaced as queryable tables — under a single namespace. Returns the created catalog including its id.
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 |
|---|---|---|---|
| name | Yes | Name of the semantic catalog to create. | |
| projectId | Yes | The Peaka project ID to run against. |