Add Track
add_trackAdd video or audio tracks to the active sequence, ensuring the exact count is added or returning an error if not possible.
Instructions
Add verified video or audio tracks to the active sequence. Returns an error if Premiere cannot add the exact requested count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of tracks to add (default: 1) | |
| track_type | Yes | Type of track to add |
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. |