Insert text at a character index
beat_insert_textInsert text at a specific character offset in a Beat screenplay, using outline or scene indexes to place content exactly where needed.
Instructions
Insert text at a specific character index in a Beat document (indexes come from beat_get_outline/beat_get_scenes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes | Character offset to insert at. | |
| docIndex | No | Index into the list returned by beat_list_documents. Omit to target the frontmost/current document. |