Add Tracks
add_tracksAdds video or audio tracks to the active sequence, verifies the exact track counts were applied, and reports when new tracks insert at index 0, shifting existing tracks upward.
Instructions
Add video and/or audio tracks through QE, verify the active sequence gained the exact requested counts, and report explicitly when QE inserted the new tracks at index 0 and shifted every existing track up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_tracks | No | Number of standard stereo audio tracks to add (default: 0) | |
| video_tracks | No | Number of video tracks to add (default: 0) | |
| audio_51_tracks | No | Number of 5.1 audio tracks to add (default: 0) | |
| audio_mono_tracks | No | Number of mono audio tracks to add (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. |