Add To Timeline
add_to_timelineInsert a project item into the timeline at a chosen track and start time, then check that Premiere adds no unexpected same-track fragments.
Instructions
Insert a project item at a timeline position and verify Premiere added no unexpected same-track fragments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item to add | |
| track_index | No | Video track index (0-based, default: 0) | |
| start_seconds | No | Start time in seconds on the timeline (default: 0) | |
| audio_track_index | No | Audio track index for the audio portion (default: 0) |
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. |