suggest_clips
Analyze a podcast transcript to identify viral moments and submit time-stamped clip suggestions with titles, reasoning, and payoff, so the user can review and approve them in the Web UI.
Instructions
STEP 2 — Submit your clip suggestions after analyzing the transcript.
Before calling this: read the transcript via get_ui_state(include_transcript: true) and identify the best viral moments.
Every suggestion must carry its own context. A clip that opens on an answer whose question stayed behind the cut is rejected: widen start_second so the question is inside the clip.
What it does: Stores your suggestions, assigns clip numbers (#1, #2, etc.), and pushes them to the Web UI for the user to review.
After this: the user reviews in the UI. Then export with batch_create_clips(export_selected: true) or create_clip(clip_number: N).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suggestions | Yes | Array of suggested clip moments |