journal_upsert
Create or update a journal entry by its title. Optionally set it as public for players to see and assign a folder that is created automatically if missing.
Instructions
Create or update a journal entry by title. Idempotent.
public=True sets OBSERVER ownership so players can see the journal. folder is created automatically if it does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| folder | No | ||
| public | No |