Enable Disable Clip
enable_disable_clipSet a clip's enabled state on the timeline using its node ID. Toggle enabled to true to activate or false to deactivate the clip.
Instructions
Enable or disable a clip on the timeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Set to true to enable, false to disable | |
| node_id | Yes | Node ID of the clip |
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. |