peaka_execute_query
Execute a saved query in a Peaka project using its query ID and project ID. Retrieve results from predefined queries without writing new SQL.
Instructions
Execute a saved query by its ID in the Peaka project. Use peaka_list_queries to find available query IDs.
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 |
|---|---|---|---|
| queryId | Yes | ||
| projectId | Yes | The Peaka project ID to run against. |