Get one scene's text
beat_get_scene_textGet the complete text of a specific scene by its scene index, so you can read or modify the scene content directly in the current Beat screenplay.
Instructions
Get the full text of a single scene by its sceneIndex (from beat_get_scenes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docIndex | No | Index into the list returned by beat_list_documents. Omit to target the frontmost/current document. | |
| sceneIndex | Yes | Index from beat_get_scenes. |