select_clips_by_name
Selects clips in the active sequence by case-insensitive name substring match, optionally filtered by track type and index. Use it to locate and highlight matching clips for editing.
Instructions
Select all clips in the active sequence that match a name (substring match). Optionally filter by track type and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Clip name to search for (case-insensitive substring match) | |
| track_type | No | Track type to search (default: both) | |
| track_index | No | Specific track index to search (optional, searches all if omitted) | |
| add_to_selection | No | If true, add to existing selection instead of replacing it (default: false) |