Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

Plan Silence Review Markers

plan_silence_review_markers
Read-onlyIdempotent

Generate a non-mutating review plan that maps detected silences in source media to a specific timeline placement. Clip candidates to the source in/out span without modifying Premiere.

Instructions

Create a bounded, non-mutating review plan that maps FFmpeg-detected source-media silences onto one known 1x timeline placement. It clips candidates to the supplied source in/out span, redacts the source path, and never adds markers, cuts clips, or changes Premiere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_pathYesAbsolute path to the local source media file to analyse.
max_candidatesNoMaximum candidate ranges to return (default: 50, maximum: 200).
source_in_secondsNoSource-media in point used by the placement (default: 0).
noise_threshold_dbNoLevel at or below which audio counts as silence, in dBFS (default: -30).
source_out_secondsNoExclusive source-media out point used by the placement. Defaults to the detected media duration when available.
min_duration_secondsNoShortest run of silence to consider (default: 1.5).
timeline_start_secondsYesTimeline time where this 1x source placement begins.

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. Dates show when Glama detected each change.

  1. Addedv1.14.4

TDQS

A4.5/5.0
Behavior5/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 detail beyond that: it clips candidates to the source in/out span, redacts the source path, and explicitly promises no markers, no clip cuts, and no Premiere changes. This goes well beyond the structured hints.

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?

Two dense sentences provide purpose, scope, behavioral guarantees, and parameter-relevant context with no wasted words. The non-mutating nature is front-loaded, making the tool's key trait immediately visible.

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?

With rich annotations, a complete input schema, and an output schema, the description covers the remaining critical context: it is a bounded review plan, it uses FFmpeg-detected silences, it maps to one 1x timeline placement, and it has no side effects. Nothing essential for correct selection and invocation is missing.

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 input schema already fully documents all seven parameters. The description adds some semantic context by mentioning the source in/out span and the 1x placement, which helps relate parameters like source_in_seconds and timeline_start_seconds, but it does not need to compensate for missing schema documentation.

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 states a specific verb ('Create') and resource ('bounded, non-mutating review plan') and precisely defines what the plan does: mapping FFmpeg-detected silences onto one timeline placement. It also clarifies scope ('one known 1x timeline placement') and explicitly differentiates itself from mutation tools by stating it never adds markers or changes Premiere.

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 clearly positions this as a planning-only, non-mutating operation, which tells an agent when to use it instead of mutating tools like add_marker or edit-application tools. It does not name sibling alternatives explicitly, but the exclusion of side effects provides strong contextual guidance.

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

Install Server

Other Tools

Latest Blog Posts

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/leancoderkavy/premiere-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server