Batch Enable Disable
batch_enable_disableEnable or disable multiple clips at once by targeting selected clips, a specific track, or all clips in the timeline. Streamline clip state management without editing each item individually.
Instructions
Enable or disable multiple clips at once (selected, track, or all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Which clips to affect | |
| enabled | Yes | true to enable, false to disable | |
| track_type | No | Track type (required when target is 'track') | |
| track_index | No | Track index (required when target is 'track') |
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. |