Select Clips By Name
select_clips_by_nameSelect all clips in the active sequence matching a name substring, optionally filtered by track type and index. Replace or add to the current selection to target specific clips.
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) |
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. |