add_narrative_note
Create narrative notes to build long-term memory in RPG campaigns, including plot threads, NPC voices, session logs, and foreshadowing elements.
Instructions
Create a typed narrative note (plot thread, canonical moment, NPC voice, foreshadowing, or session log). Used to build long-term narrative memory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worldId | Yes | World/campaign ID to associate the note with | |
| type | Yes | Category of note | |
| content | Yes | Main text content of the note | |
| metadata | No | Type-specific structured data | |
| visibility | No | dm_only | |
| tags | No | Tags for filtering (e.g., "faction:legion") | |
| entityId | No | Link to a character/NPC/location | |
| entityType | No | ||
| status | No | active | |
| sessionId | No |