Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

add_transition

Insert transitions between adjacent clips in Adobe Premiere Pro by specifying clip IDs, transition type, and duration to enhance video flow and continuity.

Instructions

Adds a transition (e.g., cross dissolve) between two adjacent clips on the timeline.

Input Schema

NameRequiredDescriptionDefault
clipId1YesThe ID of the first clip (outgoing)
clipId2YesThe ID of the second clip (incoming)
durationYesThe duration of the transition in seconds
transitionNameYesThe name of the transition to add (e.g., "Cross Dissolve")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId1": { "description": "The ID of the first clip (outgoing)", "type": "string" }, "clipId2": { "description": "The ID of the second clip (incoming)", "type": "string" }, "duration": { "description": "The duration of the transition in seconds", "type": "number" }, "transitionName": { "description": "The name of the transition to add (e.g., \"Cross Dissolve\")", "type": "string" } }, "required": [ "clipId1", "clipId2", "transitionName", "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