Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

move_clip

Reposition a clip on the timeline in Adobe Premiere Pro by specifying its new time position and optional track index. Simplify timeline edits and enhance workflow efficiency.

Instructions

Moves a clip to a different position on the timeline.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip to move
newTimeYesThe new time position in seconds
newTrackIndexNoThe new track index (if moving to different track)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip to move", "type": "string" }, "newTime": { "description": "The new time position in seconds", "type": "number" }, "newTrackIndex": { "description": "The new track index (if moving to different track)", "type": "number" } }, "required": [ "clipId", "newTime" ], "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