Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

add_shape

Inserts customizable shapes like rectangles, circles, or triangles into Adobe Premiere Pro timelines. Specify size, position, color, duration, and track placement for precise design control.

Instructions

Adds a shape (rectangle, circle, etc.) to the timeline.

Input Schema

NameRequiredDescriptionDefault
colorNoThe hex color code for the shape
durationYesHow long the shape should remain on screen in seconds
positionNoShape position on screen
sequenceIdYesThe sequence to add the shape to
shapeTypeYesThe type of shape to add
sizeNoShape size
startTimeYesThe time in seconds when the shape should appear
trackIndexYesThe video track to place the shape on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "description": "The hex color code for the shape", "type": "string" }, "duration": { "description": "How long the shape should remain on screen in seconds", "type": "number" }, "position": { "additionalProperties": false, "description": "Shape position on screen", "properties": { "x": { "description": "Horizontal position (0-100)", "type": "number" }, "y": { "description": "Vertical position (0-100)", "type": "number" } }, "type": "object" }, "sequenceId": { "description": "The sequence to add the shape to", "type": "string" }, "shapeType": { "description": "The type of shape to add", "enum": [ "rectangle", "circle", "triangle" ], "type": "string" }, "size": { "additionalProperties": false, "description": "Shape size", "properties": { "height": { "description": "Height in pixels", "type": "number" }, "width": { "description": "Width in pixels", "type": "number" } }, "type": "object" }, "startTime": { "description": "The time in seconds when the shape should appear", "type": "number" }, "trackIndex": { "description": "The video track to place the shape on", "type": "number" } }, "required": [ "shapeType", "sequenceId", "trackIndex", "startTime", "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