Skip to main content
Glama

create_clip

Export one podcast clip as a finished vertical short (1080x1920) with burned-in captions and normalized audio. Provide a suggested clip number to auto-load source, timing, and transcript.

Instructions

STEP 3 — Export a single clip as a finished vertical short (1080x1920, 9:16).

EASIEST: just pass clip_number (e.g. 3) — everything else auto-loads from session state. Output: H.264 MP4 with burned-in captions, normalized audio (-14 LUFS).

For batch export, use batch_create_clips instead. Caption styles: branded (professional), hormozi (bold/yellow), karaoke (progressive highlight), subtle (minimal). Crop modes: speaker (speaker-aware), face (face tracking), center (fixed center crop). Set keep_caption_overlay=true to retain a ProRes alpha overlay for DaVinci Resolve (export_to_davinci_resolve).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoClip titleclip
formatNoOutput aspect ratio (vertical=9:16, horizontal=16:9, square=1:1)vertical
logo_pathNoPath or registered asset name for PNG logo. Shown in top-left (branded style).
end_secondNoClip end time in seconds. Auto-loaded from clip_number if omitted.
outro_pathNoPath to an outro video to append at the end of the clip
video_pathNoPath to the original podcast video. Auto-loaded from session state if clip_number is provided.
clip_numberNoExport a suggested clip by its number (from suggest_clips). Auto-fills video_path, start/end times, title, and transcript_words from session state.
start_secondNoClip start time in seconds. Auto-loaded from clip_number if omitted.
caption_styleNoCaption stylehormozi
clean_fillersNoRemove filler words (um, uh, hmm) from captions and compress long silences. Defaults to the studio's clean filler words setting (on unless the user turned it off).
crop_strategyNoCropping strategyspeaker
transcript_wordsNoWord-level timestamps. Auto-loaded from session state if omitted.
allow_ass_fallbackNoAllow ASS caption fallback if Remotion rendering fails (default: false)
keep_caption_overlayNoKeep ProRes 4444 alpha caption overlay beside the render (for DaVinci Resolve export). Returns caption_overlay_path and cropped_source_path.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full behavioral burden. It discloses output format (H.264 MP4), audio normalization (-14 LUFS), burned-in captions, and session-state auto-loading. It also mentions the return of caption_overlay_path and cropped_source_path for the overlay option. It does not explicitly state non-destructiveness, but the export nature implies it; a small gap given no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is slightly long but tightly structured: step number, quick-start tip, output spec, alternative tool, then option summaries. Every sentence earns its place; no filler. The 'EASIEST' tip is front-loaded for actionable clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 14 optional parameters, the description is quite complete. It explains the majority workflow (auto-load via clip_number), key options (caption styles, crop modes, overlay), and points to related tools. Missing are error scenarios or prerequisites beyond session state, but schema descriptions fill in the rest, making it adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters, so baseline is 3. The description adds meaning by explaining caption styles (branded, hormozi, karaoke, subtle) and crop modes (speaker, face, center) with parenthetical characteristics, plus the quick-start tip about clip_number. This goes beyond the schema's terse enum labels.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('export'), a single resource ('clip'), and the outcome ('finished vertical short (1080x1920, 9:16)') with output format details. It explicitly contrasts with batch_create_clips, making sibling differentiation clear without opening the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit usage guidance: 'EASIEST: just pass clip_number' and clearly routes batch work to 'batch_create_clips instead.' It also references export_to_davinci_resolve for the overlay workflow, leaving no ambiguity about when to choose alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nmbrthirteen/podcli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server