peaka_create_cache_batch
Create caches for multiple tables in one atomic call, preventing partial failures where only some caches are created. Supports optional refresh schedules per table.
Instructions
Create caches for multiple tables in a single call. Use this instead of repeated peaka_create_cache calls when caching many tables — it avoids partial-failure states where some caches are created and others aren't. Each item supports the same optional schedule expressions as peaka_create_cache (ISO-8601 durations, e.g. PT6H, P1D, P7D, P30D).
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 |
|---|---|---|---|
| items | Yes | Tables to cache. Must contain at least one item. | |
| projectId | Yes | The Peaka project ID to run against. |