Select Clips In Range
select_clips_in_rangeSelect all clips overlapping a time range in the active sequence. Filter by track type or index to isolate specific clips for precise timeline edits.
Instructions
Select all clips that overlap a time range in the active sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Track type (default: both) | |
| end_seconds | Yes | End of selection range in seconds | |
| track_index | No | Specific track index (optional) | |
| start_seconds | Yes | Start of selection range in seconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |