Move Clip To Track
move_clip_to_trackMove a clip to a different track in Premiere Pro by supplying the clip's node ID and the zero-based target track index. Reorganize timeline tracks directly.
Instructions
Move a clip to a different track. Uses QE DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| target_track_index | Yes | Target track index (0-based) |
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. |