Move Clip
move_clipReposition a clip on the timeline by specifying its node ID and new start time in seconds. Optionally set a new track to move the clip to a different track.
Instructions
Move a clip to a new position on the timeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip to move | |
| new_track_index | No | Optional new track index to move the clip to | |
| new_start_seconds | Yes | New start time in seconds |
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. |