Skip to main content
Glama

transcribe

audio.transcribe
Read-onlyIdempotent

Transcribe audio files from a URL into text using OpenAI's gpt-4o-mini-transcribe model. Supports MP3, WAV, M4A, and other formats; pay per call without an API key.

Instructions

[$0.030/call, wallet required] Transcribe audio to text using OpenAI (gpt-4o-mini-transcribe). Provide a URL to an audio file (mp3, wav, m4a, etc.) and get back the transcript. No API key needed; pay per call via x402. Max 5 minutes of audio, 25 MB file size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the audio file to transcribe (mp3, wav, m4a, ogg, flac, webm)
languageNoOptional ISO-639-1 language code (e.g. 'en', 'es', 'fr') for better accuracy

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
modelNo
durationNo
languageNo
providerNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description adds valuable behavioral context beyond that: cost per call ($0.030), wallet requirement, no API key needed, x402 payment mechanism, and hard input limits. This fully discloses operational impact and prerequisites without contradicting annotations.

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 compact and front-loaded with the most important operational fact (cost and wallet requirement). Each sentence adds distinct information: what it does, how to invoke it, payment model, and limits. No filler or repetition.

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 the output schema exists, return value details are not the description's responsibility. The description covers cost, authentication (none needed but wallet required), the exact model, input constraints, and supported formats. An agent can confidently invoke this tool correctly without needing additional context.

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 both parameters (url and language) are fully documented in the schema. The description reinforces the url parameter with file format examples and adds practical constraints (max duration/size), but adds no new meaning about the optional language parameter. Baseline 3 is appropriate given complete schema coverage.

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 states the action ('Transcribe audio to text'), the specific model ('gpt-4o-mini-transcribe'), and the input/output format ('provide a URL ... get back the transcript'). This is distinct from all sibling tools, none of which mention audio transcription.

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 context for when to use the tool: when an audio URL needs to be converted to text. It includes explicit constraints ('Max 5 minutes of audio, 25 MB file size') that help select appropriate inputs. It doesn't name alternatives or exclusions, but no sibling tool offers transcription, so the usage context is sufficient.

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

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/MikeyPetrillo/Agent402'

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