Read a workspace store
store_getRetrieve saved marketing data by key from workspace stores like playbooks, swipefile, avatars, and chats. Read-only access with optional item limit for visibility.
Instructions
Read one of this workspace’s data stores by key, for visibility into what the app holds — playbooks, swipefile, saved locations, avatars, creations, chats, brand, memory, skills. Read-only, free. Allowed keys: heist.memory.v1, heist.skills.v1, heist.playbooks.v1, heist.avatars.v1, heist.locations.v1, heist.chats.v1, heist.creations.v1, heist.assets.v1, heist.brand.v1, adInspo.swipefile.v1. (The typed tools — list_memory / list_skills / get_brand — are friendlier for those; use store_get for the rest.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | the store key to read (one of the allowlisted keys) | |
| limit | No | max array items to return (default 50) |