Skip to main content
Glama

CLIPCLIPER

Get transcript

get_transcript
Read-only

Download a public video (YouTube, Twitch VOD, Kick VOD, TikTok) and return its full transcript with timestamps (Whisper large-v3). Asynchronous: if it returns status 'processing', call again with the same url. Results are cached 24 h per url. With a license key it costs one pack minute per started minute of video (minute packs at https://clipcliper.com/mcp; desktop hour packs cost one hour per started hour); without a key, videos up to 15 min (daily limit per IP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic video URL: YouTube video/short/live replay, Twitch VOD, Kick VOD or TikTok video.
formatNo'timestamped' (default, one line per segment: [m:ss] text), 'text' (plain), 'srt' (subtitles) or 'segments' (JSON array of {start,end,text}).
languageNoSpoken language of the video as ISO-639-1 (e.g. 'en', 'es'). Omit to auto-detect.
max_charsNoTruncate the transcript to this many characters (default 150000). A 1 h talk is ~50000 chars.
wait_secondsNoSeconds to wait for processing before returning status 'processing' (default 90). Long videos can take several minutes: just call again.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations provide readOnlyHint=true and openWorldHint=true, and the description goes well beyond these by disclosing asynchronous behavior (returns 'processing'), caching (24h per url), pricing (pack minutes), and limits (15 min without key, daily IP limit). No contradiction with annotations; it adds substantial behavioral context.

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 three sentences, each adding value: purpose, async retry, caching, and pricing/limits. It front-loads the core function and avoids fluff. Slightly dense but efficient and well-structured.

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?

Given the tool's complexity (async, pricing, limits, multiple formats) and lack of an output schema, the description covers the key behaviors and mentions the transcript with timestamps. It does not describe the full response structure, but the format parameter covers output variants. It is adequate for an agent to call correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so all parameters are already well documented in the schema. The description adds behavioral context (e.g., 'just call again' relates to wait_seconds) but does not add meaning beyond what the schema provides. Baseline 3 is appropriate when schema does the heavy lifting.

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 ('Download') and resource ('public video') and explicitly names the output ('full transcript with timestamps'). It distinguishes itself from siblings (get_chapters, suggest_clips) by being about the full transcript, so an agent can tell it apart without opening other tools.

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

Usage Guidelines3/5

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

The description gives clear context about when to call again (async processing) and mentions limits (15 min without key), but it does not explicitly state when to use this tool versus get_chapters or suggest_clips, nor does it provide exclusions. Usage is implied by the purpose but not contrasted with alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources