peaka_refresh_cache_incremental
Trigger an incremental refresh of an existing cache in your Peaka project. Updates only new or changed rows, reducing refresh time compared to full refreshes. Use the cacheId from peaka_get_cache_statuses.
Instructions
Trigger an incremental update on an existing cache in the Peaka project. Fetches only new/changed rows — much faster than a full refresh. Use the cacheId returned from peaka_get_cache_statuses.
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 |
|---|---|---|---|
| cacheId | Yes | The cache ID to refresh. Available from peaka_get_cache_statuses. | |
| projectId | Yes | The Peaka project ID to run against. |