Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

create_sequence

Generate a new sequence in Adobe Premiere Pro for video editing. Specify name, dimensions, frame rate, and audio sample rate to customize the timeline for your project.

Instructions

Creates a new sequence in the project. A sequence is a timeline where you edit clips.

Input Schema

NameRequiredDescriptionDefault
frameRateNoFrame rate (e.g., 24, 25, 30, 60)
heightNoSequence height in pixels
nameYesThe name for the new sequence
presetPathNoOptional path to a sequence preset file for custom settings
sampleRateNoAudio sample rate (e.g., 48000)
widthNoSequence width in pixels

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "frameRate": { "description": "Frame rate (e.g., 24, 25, 30, 60)", "type": "number" }, "height": { "description": "Sequence height in pixels", "type": "number" }, "name": { "description": "The name for the new sequence", "type": "string" }, "presetPath": { "description": "Optional path to a sequence preset file for custom settings", "type": "string" }, "sampleRate": { "description": "Audio sample rate (e.g., 48000)", "type": "number" }, "width": { "description": "Sequence width in pixels", "type": "number" } }, "required": [ "name" ], "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