Skip to main content
Glama

Transcribe audio/video

transcribe
Idempotent

Transcribe hours-long audio or video into speaker-labeled, timestamped transcripts and captions. Accepts file references or public media URLs.

Instructions

Transcribe hours-long audio or video into an accurate, speaker-labeled (diarized), timestamped transcript with correctly-timed SRT/VTT captions – work a general model can't do on a raw file. Accepts a file_ref from upload_file or a url (YouTube, podcast episode, RSS feed, Google Drive/Dropbox share). Audio is never used to train models. Returns { job_id, status }; fetch the result with get_transcription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic media URL: a file, YouTube video, podcast RSS feed or episode, or a Drive/Dropbox share. Provide EITHER url OR file_ref.
diarizeNoLabel who said what. Paid capability; a non-entitled account gets an upgrade message.
qualityNoaccurate
summaryNoAlso generate an AI summary.
chaptersNoAlso generate chapters.
file_refNoA file_ref from upload_file, for local media. Provide EITHER url OR file_ref.
languageNoBCP-47 hint, e.g. 'en'. Omit to auto-detect.
episode_guidNoPick one podcast-feed episode by guid. Only with a feed url; mutually exclusive with episode_index.
translate_toNoBCP-47 target to translate the transcript into.
episode_indexNoPick one podcast-feed episode by position (0 = newest). Mutually exclusive with episode_guid.
idempotency_keyNoMake retries safe; the same key returns the same job.
Behavior4/5

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

Annotations already indicate idempotency and non-read-only behavior. The description adds valuable context: 'Audio is never used to train models' and the async job model. It does not cover rate limits or cost, but the additional privacy statement compensates.

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

Conciseness5/5

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

The description is three well-structured sentences. Each sentence adds distinct value: purpose, input options, and privacy/async handling. No wasted words, and key information is front-loaded.

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 11 parameters and no output schema, the description covers core aspects: purpose, inputs, async return, and privacy. It lacks detail on parameter interactions (e.g., quality vs. diarize) but references get_transcription for results, which suffices for completeness.

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?

With 91% schema coverage, the description still adds meaning beyond the schema by explaining input types (e.g., YouTube, podcast feeds) and the return format. It also clarifies the mutual exclusivity of url and file_ref.

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 clearly specifies the verb (transcribe), resource (audio/video), and output (speaker-labeled, timestamped transcript with SRT/VTT captions). It distinguishes from sibling tools by emphasizing 'hours-long' content and the specialized output format.

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

Usage Guidelines4/5

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

The description provides clear input options (file_ref or URL) and context (long-form media). It mentions the async return pattern and references get_transcription. However, it does not explicitly state when not to use this tool or compare with siblings like transcribe_podcast_feed.

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/ankurmans/pepys-mcp'

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