Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

duplicate_sequence

Creates a named copy of an existing sequence in Adobe Premiere Pro, enabling efficient duplication for editing workflows.

Instructions

Creates a copy of an existing sequence with a new name.

Input Schema

NameRequiredDescriptionDefault
newNameYesThe name for the new sequence copy
sequenceIdYesThe ID of the sequence to duplicate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newName": { "description": "The name for the new sequence copy", "type": "string" }, "sequenceId": { "description": "The ID of the sequence to duplicate", "type": "string" } }, "required": [ "sequenceId", "newName" ], "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