get_ui_state
Start by retrieving the current session state to receive guidance on next steps. The response includes video path, transcript status, clip suggestions, and settings for workflow decisions.
Instructions
Read the current podcli session state and get guidance on what to do next. Returns: video path, transcript status, clip suggestions, settings, and workflow next steps.
IMPORTANT: Call this FIRST when starting a new conversation to understand the current state. Clips are numbered #1, #2, etc. Use these numbers with create_clip(clip_number), batch_create_clips(clip_numbers), modify_clip, and toggle_clip.
Set include_transcript=true to analyze transcript content. Returns a compact phrase-grouped markdown view (~10x smaller than raw segments) with speaker attribution, silence gaps, and optional energy peaks — the primary surface for reasoning about clip boundaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_transcript | No | Include full transcript segments in the response. Set true when analyzing content for clip suggestions. |