Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

split_clip

Split a video clip at a specific time point in Adobe Premiere Pro, creating two separate clips for precise editing and workflow automation.

Instructions

Splits a clip at a specific time point, creating two separate clips.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip to split
splitTimeYesThe time in seconds where to split the clip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip to split", "type": "string" }, "splitTime": { "description": "The time in seconds where to split the clip", "type": "number" } }, "required": [ "clipId", "splitTime" ], "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