Plan Silence Review Markers
plan_silence_review_markersGenerate 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
| Name | Required | Description | Default |
|---|---|---|---|
| media_path | Yes | Absolute path to the local source media file to analyse. | |
| max_candidates | No | Maximum candidate ranges to return (default: 50, maximum: 200). | |
| source_in_seconds | No | Source-media in point used by the placement (default: 0). | |
| noise_threshold_db | No | Level at or below which audio counts as silence, in dBFS (default: -30). | |
| source_out_seconds | No | Exclusive source-media out point used by the placement. Defaults to the detected media duration when available. | |
| min_duration_seconds | No | Shortest run of silence to consider (default: 1.5). | |
| timeline_start_seconds | Yes | Timeline time where this 1x source placement begins. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |