Get sequence tracks & clips
premiere_get_sequence_tracksRetrieve video and audio tracks of a Premiere Pro sequence, including clip names and timing information. Optionally exclude clip details for a concise overview.
Instructions
Return the video and audio tracks of a sequence (active one if no id given), with per-clip names and in/out/start/end times. Read-only. Set includeClips:false for a lighter summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequenceId | No | Target sequence (defaults to the active one). | |
| includeClips | No | Include the clips on each track (default true). |