predict_retention_dropoffs
Analyze video scripts or transcripts to predict viewer drop-off points, flag monotonous stretches, and add timestamped retention resets that keep audiences engaged.
Instructions
Analyze video script or transcript pacing to predict viewer drop-off points and suggest pattern interrupts.
Calculates words-per-minute (WPM) across segments, flags flat/monotonous monologue stretches (>45 seconds without visual change or question), and injects timestamped retention resets.
Args: script_or_transcript: Raw text of the draft video script or spoken transcript. video_id_or_url: Optional YouTube Video ID or URL to fetch and evaluate live transcript. target_duration_minutes: Optional target video runtime in minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id_or_url | No | ||
| script_or_transcript | No | ||
| target_duration_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |