Scene
sceneManage the active narrative setting and its framing. Set state, directives, party presence, AI autonomy, and present choices or resolve oracle rolls for the current story moment.
Instructions
Manage the active scene and its narrative framing. Use when: setting scene state (description, location, type), the narrative directive, party presence, AI autonomy, or when offering choices or resolving an oracle roll. Do NOT use when: recording a story beat — use story (action: record).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beat | No | Story-beat tag (set). | |
| seed | No | Deterministic seed (oracle). | |
| level | No | Autonomy level (autonomy). | |
| action | Yes | set, directive, presence, autonomy, choices, or oracle. | |
| prompt | No | Choice prompt (choices). | |
| safety | No | Safety tier (autonomy). | |
| choices | No | List of choices (choices). | |
| context | No | Context for the choice (choices). | |
| location | No | Scene location (set). | |
| question | No | Question to resolve (oracle). | |
| directive | No | Narrative directive (directive). | |
| atmosphere | No | Atmosphere (set). | |
| creativity | No | Creativity (autonomy). | |
| entity_ids | No | Entities present (presence). | |
| likelihood | No | Likelihood tier (oracle). | |
| scene_type | No | Scene-type tag or array (set). | |
| description | No | Scene description (set). | |
| time_of_day | No | Time of day (set). | |
| confirmation | No | Confirmation mode (autonomy). | |
| fast_forward | No | Narrative fast-forward (set). | |
| allow_freeform | No | Allow free-form response (choices). | |
| adventure_scene | No | Adventure-scene waypoint anchor; empty or null clears (set). | |
| skip_transition_hook | No | Skip the scene-transition hook (set). |