add_to_timeline
Place a project item on a video or audio track at a specified time, choosing between overwrite and insert modes to control existing clips.
Instructions
Place a project item onto a track at a given time and confirm the clip count grew. Overwrite replaces whatever is already there; insert pushes later clips further down the track. Use list_project_items to get the item ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | overwrite | |
| item_id | Yes | Node ID or exact name of the project item | |
| track_type | No | video | |
| track_index | Yes | Zero based track index, so V1 is 0 | |
| time_seconds | Yes | Where on the timeline to place it |