write_scene_create
Insert a scene at a specific position in your project. Define POV character, location, and time marker for continuity. Optionally add scene goal, conflict, and outcome to clarify purpose and improve revision suggestions.
Instructions
Insert a scene at a specific position. POV character + location + time_marker enable continuity_check. scene_goal/conflict/outcome are optional but recommended — they make the scene's purpose explicit and improve revision suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| chapterId | No | ||
| position | Yes | Order within the project (0-indexed). | |
| povCharacterId | No | ||
| locationId | No | ||
| timeMarker | No | e.g. "Tuesday morning, day 12 of the journey". | |
| sceneGoal | No | ||
| conflict | No | ||
| outcome | No | ||
| beatIdTarget | No | Outline beat this scene is meant to deliver. | |
| content | No | The scene prose itself. |