Analyze Dialogue Edit Candidates
analyze_dialogue_edit_candidatesAnalyze transcript segments and local silence ranges to produce deterministic dialogue edit candidates for review, without modifying Premiere or invoking a model.
Instructions
Analyze caller-supplied, revision-bound transcript segments and optional local silence ranges for deterministic dialogue-edit candidates. It never calls a model, persists transcript text, or changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segments | Yes | Normalized transcript segments with stable IDs, source IDs, transcript revisions, time ranges, text, and optional speaker labels. | |
| filler_words | No | Exact normalized filler words or phrases to flag for review. | |
| silence_ranges | No | Optional source-time silence ranges returned by local analysis. | |
| minimum_silence_seconds | No | Minimum silence duration to return; defaults to 0.7 seconds. |
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. |