Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Plan Word Mute Ranges

plan_word_mute_ranges
Read-onlyIdempotent

Plan mute or bleep ranges for listed words in a transcript, returning frame-snapped ranges, ready-to-apply audio keyframes, and tone placements while leaving the Premiere project unchanged.

Instructions

Plan mute or bleep ranges for listed words/phrases in a word timeline. Returns redacted, frame-snapped mute ranges, ready-to-apply audio keyframes and (for bleep) tone placements. Local-only; never changes Premiere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNomute ducks the dialogue only; bleep also emits tone placements. Defaults to mute.
wordsYesExact words or phrases to mute, matched as consecutive normalized tokens.
frame_rateNoTimebase used to snap ranges to whole frames; defaults to 30.
mute_level_dbNoLevel inside each range for add_audio_keyframes; defaults to -60.
word_timelineYesCaller-supplied word-timed transcript for one Premiere source item. Words must be ordered by start time and bound to the transcript revision returned by get_clip_transcript_uxp.
padding_secondsNoSeconds added before and after each flagged word; defaults to 0.04.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the tool completed successfully.
dataNoTool-specific result data when ok is true.
toolYesThe registered MCP tool name.
errorNoFailure detail when ok is false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.14.9

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds meaningful behavioral context: 'Local-only; never changes Premiere' and that output is 'redacted, frame-snapped... ready-to-apply.' This goes beyond the annotations by describing what the tool computes and that it has no Premiere side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. The first sentence states the core action and target, and the second covers output behavior and the critical safety caveat. Every clause earns its place, and the most important scoping information appears first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the rich annotations, full input schema, and presence of an output schema, the description covers what an agent needs to select and invoke the tool correctly: it is a planning-only operation, returns ready-to-apply ranges/keyframes/tones, and never mutates Premiere. The main prerequisite, that word_timeline must come from get_clip_transcript_uxp, is already documented in the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline of 3 applies. The description references 'words/phrases,' 'word timeline,' 'frame-snapped,' and 'bleep,' but these mostly mirror what the schema already documents for words, word_timeline, frame_rate, and mode. It adds little semantic value beyond the structured parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Plan mute or bleep ranges for listed words/phrases in a word timeline.' It clearly distinguishes itself from apply-style sibling tools by saying it 'Returns... ready-to-apply audio keyframes' and 'never changes Premiere,' and from other planning tools by targeting word/phrase mute ranges rather than silence or filler-word review.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys when to use it: during the planning phase, to produce mute/bleep ranges without modifying Premiere. Phrases like 'ready-to-apply audio keyframes' and 'Local-only; never changes Premiere' indicate this is a safe compute-only precursor to a later application step. It does not explicitly name alternative tools such as add_audio_keyframes or plan_filler_word_removal, so it stops short of a full exclusion-based usage guide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools