Remove Selected Clips
remove_selected_clipsDelete selected clips from the timeline. Enable ripple to close gaps left behind after removal.
Instructions
Remove all currently selected clips from the timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ripple | No | If true, close the gap after removing (ripple delete). 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. |