Skip to main content
Glama

transcribe_podcast

Transcribes podcast files with word-level timestamps and speaker detection. Returns lightweight metadata; retrieve full transcript via get_ui_state.

Instructions

STEP 1 — Transcribe a podcast video/audio file. This is typically the first tool you call.

What it does: Uses Whisper AI for word-level timestamps + pyannote for speaker detection (who said what). Returns: Lightweight metadata only — duration, language, word/segment counts, speaker summary, and packed_ready flag. The actual transcript body is NOT returned here (it would be 500KB+ for a typical episode). Read the content via get_ui_state(include_transcript: true) which returns a compact phrase-grouped markdown view (~10x smaller than raw segments). Caching: Results are cached by file hash — same file won't be re-transcribed. Supported formats: MP4, MOV, WebM, MKV, MP3, WAV.

After transcription: call get_ui_state(include_transcript: true) to read the transcript, then analyze it for viral moments and call suggest_clips.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoISO language code
file_pathYesAbsolute path to the podcast file
model_sizeNoWhisper model sizebase
num_speakersNoExact number of speakers if known (e.g. 2). Auto-detects if omitted.
enable_diarizationNoEnable speaker detection (who is speaking). Default: true
Behavior5/5

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

No annotations, but description fully discloses: uses Whisper + pyannote, returns lightweight metadata (not full transcript), caching by file hash, supported formats. Also explains how to retrieve transcript via get_ui_state.

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?

Well-structured with clear sections (STEP 1, What it does, Returns, Caching, Supported formats, After transcription). Slightly lengthy but every sentence adds value. Could be slightly more concise.

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

Completeness5/5

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

Given no output schema, description adequately describes return values (metadata fields). Covers supported formats, caching, and next steps. Complete for a transcription tool.

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 coverage 100% so schema already documents parameters. Description adds context like auto-detection of speakers and language, and that enable_diarization defaults to true. Does not repeat schema but provides useful usage context.

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?

Clear verb+resource: 'Transcribe a podcast video/audio file'. Distinguishes from siblings by calling itself STEP 1 and referencing get_ui_state for reading transcript.

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?

Explicitly says it's the first tool to call, provides workflow: transcribe -> get_ui_state -> analyze -> suggest_clips. Distinguishes when to use get_ui_state instead for transcript reading.

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