suggest_clips
Analyze podcast transcripts to identify viral moments, submit clip suggestions with timestamps and reasoning, then store and display them in the UI for review.
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.
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 |