Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

remove_from_timeline

Remove a specific clip from the Adobe Premiere Pro timeline by ID, choosing between ripple delete to close the gap or lift to leave the gap intact.

Instructions

Removes a clip from the timeline.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip on the timeline to remove
deleteModeNoWhether to ripple delete (close gap) or lift (leave gap)

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 remove", "type": "string" }, "deleteMode": { "description": "Whether to ripple delete (close gap) or lift (leave gap)", "enum": [ "ripple", "lift" ], "type": "string" } }, "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