update-quest-journal
Append new styled sections to a quest journal page using typed blocks like headings, paragraphs, and read-aloud text.
Instructions
Append a new styled section to a quest/journal page from typed blocks (e.g. a heading "Session 3" + paragraphs of what happened) โ the ยง8 session-log/progress path. You supply the words as blocks; the tool styles + appends them. By default appends to the first text page; use pageId to target a page, or newPageName to start a new page. Structuring only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | Yes | Typed blocks to APPEND as a new styled section (e.g. a heading "Session 3 โ date" + paragraphs). You supply the words; the tool styles them. Include a heading block to label it. | |
| pageId | No | Page to append to (id from list-journals). Omit to use the first text page. | |
| journalId | Yes | ID of the quest journal to update. | |
| newPageName | No | If set (without pageId), create a NEW page with this name from the blocks instead. |