Skip to main content
Glama

transcribe

Convert speech from audio or video into text with word-level timestamps. Use it to caption videos, read voiceovers, or analyze competitor ad scripts.

Instructions

Transcribe speech from an audio or video file into text with word-level timestamps. Use it to caption a video (chain transcribe -> caption_video), to read a voiceover back, or to analyse a competitor ad's spoken script. audio is a local file path or an http(s) URL (audio or video). Returns {ok, text, words:[{word, start, end}], duration, language}, or a structured error. Set dry_run=true to preview the request without spending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audioYesThe audio or video to transcribe — a local file path or an http(s) URL.
dry_runNoIf true, preview the request (key masked); make no API call.
languageNoOptional ISO language-code hint (e.g. 'en'); omit to auto-detect.
Behavior4/5

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

Annotations are absent, so the description carries the burden. It discloses the exact return format ({ok, text, words, duration, language}), input types (local path or URL), error shape, and dry_run cost-saving behavior. It could mention auth, file size limits, or processing time, but core behavior is transparent.

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?

Four dense sentences, front-loaded with the core capability. Every sentence serves a purpose: use cases, input contract, return contract, and cost-saving option. No filler or redundancy.

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 no output schema, it still explains return values thoroughly and covers common invocation concerns. It is complete enough for selection and basic use; missing details like format limitations or authentication are not critical for an agent deciding to invoke it.

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 coverage is 100%, so baseline 3 applies. The description reinforces the audio param type and dry_run purpose, but adds no meaningful parameter-level detail beyond what the schema already provides.

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?

Clearly states the verb 'Transcribe speech' and the resource ('audio or video file') and differentiates itself with word-level timestamps. The mention of chaining into caption_video distinguishes this tool from sibling tools like video_analysis and audio_generate.

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?

Provides concrete use cases: captioning a video, reading a voiceover, analyzing a competitor ad's spoken script, and explicitly suggests the transcribe -> caption_video chain. It lacks explicit when-not-to-use guidance or named alternatives, but the context is strong enough for an agent to decide.

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/SupercmoHQ/superCMO-skills'

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