peaka_refresh_materialized_query
Refresh a materialized saved query in a Peaka project to update its cached results.
Instructions
Trigger a refresh on a materialized saved query in the Peaka project. Use the queryId returned from peaka_list_queries for queries whose queryType is "MATERIALIZED".
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 | The materialized query ID to refresh. Available from peaka_list_queries (queryType: MATERIALIZED). | |
| projectId | Yes | The Peaka project ID to run against. |