Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
4
  • Apple

add_audio_keyframes

Apply precise audio keyframes to clips in Adobe Premiere Pro for customizable volume adjustments. Define time and dB levels to automate dynamic audio changes.

Instructions

Adds keyframes to audio levels for dynamic volume changes.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the audio clip
keyframesYesArray of keyframe data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the audio clip", "type": "string" }, "keyframes": { "description": "Array of keyframe data", "items": { "additionalProperties": false, "properties": { "level": { "description": "Audio level in dB", "type": "number" }, "time": { "description": "Time in seconds", "type": "number" } }, "required": [ "time", "level" ], "type": "object" }, "type": "array" } }, "required": [ "clipId", "keyframes" ], "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