Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

mute_track

Mute or unmute an entire audio track in Adobe Premiere Pro by specifying the sequence ID, track index, and mute status. Simplify audio editing workflows with precise control over track settings.

Instructions

Mutes or unmutes an entire audio track.

Input Schema

NameRequiredDescriptionDefault
mutedYesWhether to mute (true) or unmute (false) the track
sequenceIdYesThe ID of the sequence
trackIndexYesThe index of the audio track

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "muted": { "description": "Whether to mute (true) or unmute (false) the track", "type": "boolean" }, "sequenceId": { "description": "The ID of the sequence", "type": "string" }, "trackIndex": { "description": "The index of the audio track", "type": "number" } }, "required": [ "sequenceId", "trackIndex", "muted" ], "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