Skip to main content
Glama

Uttera

transcribe_audio

Transcribe a recording. audio is an https URL or base64 audio.

Use this for short recordings when you want the literal text. For anything
past a few minutes prefer summarize_recording: it returns the transcript
too, plus who spoke and the tone, in ONE upload instead of two.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audioYes
languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

The description adds useful behavioral context beyond the annotations: it accepts an https URL or base64 audio, is intended for short recordings, and involves one upload. However, it does not discuss auth, rate limits, maximum duration, or whether the audio is stored or discarded, so behavioral depth is still limited.

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?

Every sentence earns its place: the core purpose and input format come first, followed by a concise routing rule and alternative. There is no filler or redundant wording.

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?

For a 2-parameter tool with an output schema, the description covers the core invocation details and tool-selection context well. The only notable gap is the undocumented `language` parameter and the lack of a precise length threshold, but the available information is otherwise sufficient.

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?

The required `audio` parameter is well explained with its accepted formats (https URL or base64), which is genuinely useful since the schema only says it is a string. The optional `language` parameter is not explained at all, and with 0% schema description coverage the description should have compensated for both parameters.

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?

States a specific verb and resource ('Transcribe a recording') and clarifies the output is the literal text. It simultaneously differentiates from the sibling summarize_recording, which is the closest alternative.

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 to use this for short recordings when literal text is wanted, and to prefer summarize_recording for anything past a few minutes because it also provides speaker and tone info in one upload. This gives the agent concrete selection criteria.

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