Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

adjust_audio_levels

Adjust the audio volume of a specific clip in Adobe Premiere Pro by specifying its ID and desired dB level for precise control.

Instructions

Adjusts the volume (gain) of an audio clip on the timeline.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the audio clip to adjust
levelYesThe new audio level in decibels (dB). Can be positive or negative.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the audio clip to adjust", "type": "string" }, "level": { "description": "The new audio level in decibels (dB). Can be positive or negative.", "type": "number" } }, "required": [ "clipId", "level" ], "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