Skip to main content
Glama

transcription_set_model

Pre-download a Whisper model for audio transcription. Choose a model size—tiny, base, small, medium, or large-v3—to balance speed and accuracy.

Instructions

[EXPERIMENTAL] Pre-download a whisper model. ONLY call this if the user explicitly asks to download or change the model. Do NOT call this before transcribe_audio — transcription tools handle model loading automatically. Requires separate setup — see installation guide.

Runs in BACKGROUND — returns a job_id immediately. Use check_transcription_status to monitor progress.

Model sizes:

  • tiny: ~75MB (fastest, least accurate)

  • base: ~150MB (good balance for most use cases)

  • small: ~500MB (better accuracy, recommended)

  • medium: ~1.5GB (high accuracy)

  • large-v3: ~3GB (best accuracy, slowest)

Args: model_size: Model to load - "tiny", "base", "small", "medium", "large-v3"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_sizeNobase
Behavior5/5

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

Discloses experimental status, background execution (returns job_id immediately), need for separate setup, and model sizes with file sizes and accuracy trade-offs. No annotations exist, so description fully carries the burden.

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?

Well-structured with clear sections (experimental warning, usage guidance, background behavior, model size table). Every sentence is informative and not redundant.

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?

Completely describes purpose, usage constraints, parameter details, execution model, and monitoring. No gaps given the tool's simplicity and lack of output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description lists the single parameter model_size with detailed choices (tiny/base/small/medium/large-v3) and explains size and accuracy, adding significant meaning beyond the schema's default and string type.

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 pre-downloads a whisper model. It explicitly distinguishes from sibling transcription tools by warning not to call it before transcribe_audio, making the purpose specific and non-redundant.

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?

Provides explicit when-to-use ('ONLY call this if the user explicitly asks to download or change the model') and when-not-to ('Do NOT call this before transcribe_audio'), along with alternative (transcription tools handle loading automatically) and follow-up action (use check_transcription_status).

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/robworks-code/audacity-mcp-max'

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