toggle_clip
Toggle selection of a clip by its number to include or exclude it from the final export.
Instructions
Select or deselect a suggested clip by clip_number. Selected clips are exported with export_selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 0-based index (deprecated, use clip_number) | |
| clip_id | No | UUID of the clip (alternative to clip_number) | |
| selected | Yes | true = select, false = deselect | |
| clip_number | No | Clip number (1-based, from get_ui_state) |