Set Clip Selection
set_clip_selectionSelect or deselect any clip in the active sequence using its node ID, providing direct control over timeline selections for precise editing automation.
Instructions
Select or deselect a clip in the active sequence
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| selected | Yes | True to select, false to deselect |
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. |