---
name: create-story
description: Draft and create a StoryBook AI story from a title, plot, age range, and genre.
---

# Create a StoryBook story

Use the StoryBook MCP server. Call `describe_product` if you need genres or age bands.

## Collect

- Title: one line, 60 characters or fewer
- Plot: who, where, what happens. 1500 characters or fewer
- Age range: `0-3`, `4-8`, `9-12`, `Teen`, or `Adult`
- Story type: Sci-Fi, Comedy, Adventure, Mystery, Animal, Inspirational, Fantasy, Educational, Fairy Tale, Superhero, Friendship, or Historical

## Rules

- Write for the chosen age. Keep it warm and concrete.
- Do not invent a password. If there is no session, call `send_sign_in_link`. Use `sign_out` when they want this assistant disconnected.
- After `create_story`, share the story URL so the person can open it.
- Before a comic, ask whether to create or reuse a character, or skip. Covers, audio, and video are optional. Always report image/audio/video failures. Save progress, then ask before publishing.

## Call

```
create_story
  title, plot, ageRange, storyType
  isLongform: false unless they asked for a long story
```
