update_narrative_note
Modify narrative notes in RPG sessions to update content, status, tags, or metadata for tracking plot threads and game elements.
Instructions
Update an existing narrative note. Common use: marking a plot_thread as resolved.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | ID of the note to update | |
| content | No | New content (if changing) | |
| metadata | No | Merge into existing metadata | |
| status | No | Change status (e.g., resolve a plot thread) | |
| visibility | No | ||
| tags | No | Replace tags | |
| sessionId | No |