Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

trim_clip

Modify clip in and out points on the Adobe Premiere Pro timeline to shorten duration. Specify clip ID, new start/end times, or desired length for precise editing automation.

Instructions

Adjusts the in and out points of a clip on the timeline, effectively shortening it.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip on the timeline to trim
durationNoAlternative: set the desired duration in seconds
inPointNoThe new in point in seconds from the start of the clip
outPointNoThe new out point in seconds from the start of the clip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip on the timeline to trim", "type": "string" }, "duration": { "description": "Alternative: set the desired duration in seconds", "type": "number" }, "inPoint": { "description": "The new in point in seconds from the start of the clip", "type": "number" }, "outPoint": { "description": "The new out point in seconds from the start of the clip", "type": "number" } }, "required": [ "clipId" ], "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