Get scene list
beat_get_scenesExtract just the scenes from a Beat screenplay, returning each scene's index, heading, and position. Optionally select a document by index, or default to the frontmost one.
Instructions
Get just the scenes (no sections/synopses) of a Beat document, with sceneIndex, heading text, and position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docIndex | No | Index into the list returned by beat_list_documents. Omit to target the frontmost/current document. |