Skip to main content
Glama
ThermalEng

mcp-multimedia-server

by ThermalEng

asr

Transcribe audio to text from wav/mp3 files. Choose auto, Chinese, or English for accurate recognition of meetings, dialects, and noisy recordings. Max file size 10MB.

Instructions

语音转写(ASR):把音频转成纯文本,适合会议记录、方言、嘈杂环境录音。仅支持 wav/mp3,最大 10MB。用 language 明确语种(auto/zh/en)可提高准确率。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audioYes音频,支持:本地文件路径 / base64(data URI)。仅 wav/mp3,最大 10MB
languageNo转写语种:auto 自动检测 / zh 中文 / en 英文(默认 auto,明确语种识别更准)
max_tokensNo可选,本次生成上限(默认 131072)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals input format constraints and the effect of the language parameter on accuracy, but it does not describe the output format beyond 'plain text', nor does it mention potential side effects, timeout behavior, or error handling. That leaves gaps for a tool with no annotation support.

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 and well-structured: it starts with the core purpose, followed by use-case context, then constraints, and ends with a performance tip. Every sentence contributes meaningful information without redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, the description does not fully specify the return format or structure. It mentions the result is plain text, but not whether it returns a string, JSON object, or includes metadata. It also lacks info on error cases or asynchronous behavior. Given the tool's moderate complexity and missing output schema, the description is decent but incomplete.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining that specifying the language (auto/zh/en) can improve accuracy, which is not evident from the enum alone. It also reinforces the audio format and size limits already present in the schema, giving practical guidance.

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 tool's purpose: converting audio to plain text via speech recognition (ASR). It specifies the resource (audio) and the action (transcription), and differentiates from siblings like analyze_audio by focusing on producing text rather than analyzing audio features.

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 on when to use the tool: 'suitable for meeting notes, dialects, noisy environment recordings'. It also gives constraints (wav/mp3, max 10MB). However, it does not explicitly mention when not to use it or name alternative tools such as analyze_audio, so it stops short of a full 5.

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/ThermalEng/mcp-multimedia-server'

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