Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

add_to_timeline

Insert or overwrite a media clip into a specific track and time in Adobe Premiere Pro timelines using sequence and project item IDs for precise editing control.

Instructions

Adds a media clip from the project panel to a sequence timeline at a specific track and time.

Input Schema

NameRequiredDescriptionDefault
insertModeNoWhether to overwrite existing content or insert and shift
projectItemIdYesThe ID of the project item (clip) to add
sequenceIdYesThe ID of the sequence (timeline) to add the clip to
timeYesThe time in seconds where the clip should be placed on the timeline
trackIndexYesThe index of the video or audio track (0-based)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "insertMode": { "description": "Whether to overwrite existing content or insert and shift", "enum": [ "overwrite", "insert" ], "type": "string" }, "projectItemId": { "description": "The ID of the project item (clip) to add", "type": "string" }, "sequenceId": { "description": "The ID of the sequence (timeline) to add the clip to", "type": "string" }, "time": { "description": "The time in seconds where the clip should be placed on the timeline", "type": "number" }, "trackIndex": { "description": "The index of the video or audio track (0-based)", "type": "number" } }, "required": [ "sequenceId", "projectItemId", "trackIndex", "time" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server