Export Sequence Edl
export_sequence_edlGenerate a CMX 3600 EDL from any video or audio track in a Premiere Pro sequence, self-validate it, and return it inline or save it to an approved workspace.
Instructions
Generate a CMX 3600 EDL for one video or audio track of a sequence from Premiere timeline readback (cuts, reels, source/record timecode, M2 lines for retimed clips), self-validate it, and return it inline or write it inside an approved workspace. Premiere is only read; this is not a Premiere-native export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | TITLE line (default: the sequence name). | |
| reel_mode | No | How reel names are derived: clip_name (default), tape_name (XMP tapeName when present), or numbered. | |
| drop_frame | No | Write drop-frame timecode (29.97/59.94 only). Defaults to the sequence display format. | |
| frame_rate | No | Override the CMX timecode rate; defaults to the sequence rate (23.976 is written as 24). | |
| track_type | No | Track type to export (default video). | |
| output_path | No | Optional absolute .edl path to write. Requires approved_workspace_path; the file must not already exist. When omitted the EDL text is returned inline. | |
| sequence_id | No | Sequence ID or name. Defaults to the active sequence. | |
| track_index | No | Track index to export (default 0). | |
| include_disabled | No | Include disabled clips as events (default false). | |
| record_start_seconds | No | Record timecode origin in seconds (default: the sequence zero point). | |
| approved_workspace_path | No | Absolute existing directory that must contain output_path. Required with output_path. | |
| include_clip_name_comments | No | Emit '* FROM CLIP NAME:' comments (default true). |
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. |