write_project_create
Creates a writing project (novel, screenplay, long-form) and returns a project ID for use with other write tools. Supports optional structure templates (three-act, save-the-cat, hero-journey, snowflake, free) for beat tracking.
Instructions
Create a writing project (novel, screenplay, long-form). Returns a project_id used by all other write_* tools. structureTemplate enables beat tracking against a known structure: three-act | save-the-cat | hero-journey | snowflake | free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | ||
| title | Yes | ||
| genre | No | ||
| premise | No | ||
| structureTemplate | No | three-act | save-the-cat | hero-journey | snowflake | free | |
| wordTarget | No |