Skip to main content
Glama

audio_transcribe

Transcribe audio files into text. Supports wav, mp3, m4a, flac, optional timestamps, and outputs as JSON or TXT.

Instructions

音频转写:支持 wav/mp3/m4a/flac 等格式。使用 Qwen3-ASR (mlx-audio)。

Args: audio_path: 音频文件路径 language: 语言 (auto|zh|en|ja|ko) timestamps: 是否输出时间戳 output_format: 输出格式 (json|txt)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoauto
audio_pathYes
timestampsNo
output_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions the model (Qwen3-ASR) and formats, but does not mention side effects, requirements, or return behavior. For a transcription tool, it's likely safe, but this is not explicitly stated.

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 concise: a short intro plus a well-formatted args list. Every sentence adds value (formats, model, parameter meanings) with no 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?

The tool is simple, has an output schema, and the description covers core aspects like formats and model. It lacks explicit guidance on when to use vs alternatives, but overall it is adequate 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?

The schema has 0% description coverage, but the description lists all four parameters with meaningful explanations, including allowed values for language (auto|zh|en|ja|ko) and output_format (json|txt). This compensates well for the schema's minimal parameter descriptions.

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 '音频转写' (audio transcription) with a specific verb and resource, and lists supported formats (wav/mp3/m4a/flac). It is unambiguous and obviously distinct from the sibling vision/GUI tools.

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 implies usage by specifying supported audio formats and the transcription context. It does not explicitly state when not to use or alternatives, but the siblings are clearly different, making the intended use clear.

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/rorojiao/local-mmcp'

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