Recall Project Facts
recallRetrieve stored characters, world-building, plot threads, and style guide from your Scrivener project. Returns specific memory stores or the full project memory.
Instructions
Read back the project's persistent memory: stored characters, world-building, plot threads, and style guide. Returns the requested store, or the full memory when memoryType is omitted or "all". Use remember to write new facts. Requires an open project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoryType | No | Which memory store to read. Omit or use "all" to return the full project memory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory | Yes | The requested memory store. For "all" (or omitted) this is the full project memory object (characters, worldBuilding, plotThreads, styleGuide, and more); for a specific memoryType it is that store: an array for characters and plotThreads, an object for styleGuide and worldBuilding. |