Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

add_transition_to_clip

Apply a specified transition to the start or end of a clip in Adobe Premiere Pro, defining the duration for precise video editing automation.

Instructions

Adds a transition to the beginning or end of a single clip.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip
durationYesThe duration of the transition in seconds
positionYesWhether to add the transition at the start or end of the clip
transitionNameYesThe name of the transition

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip", "type": "string" }, "duration": { "description": "The duration of the transition in seconds", "type": "number" }, "position": { "description": "Whether to add the transition at the start or end of the clip", "enum": [ "start", "end" ], "type": "string" }, "transitionName": { "description": "The name of the transition", "type": "string" } }, "required": [ "clipId", "transitionName", "position", "duration" ], "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