Remember Project Facts
rememberStore or update facts such as character profiles, world-building details, plot threads, or style-guide entries in the project's persistent memory. Use recall to retrieve stored information for consistency.
Instructions
Store or update a fact in the project's persistent memory so later tools and sessions stay consistent: a character profile, world-building detail, plot thread, or style-guide entry. Pass an id inside data to update an existing entry, or omit it to add a new one. Use recall to read memory back. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The entry to store. Include an "id" field to update an existing entry; omit it to create a new one. | |
| memoryType | Yes | Which memory store to write to: "characters", "worldBuilding", "plotThreads", "styleGuide", or "all" for arbitrary custom context. |