Skip to main content
Glama

list_models

Lists all available transcription models from MacWhisper and whisper-cpp, highlighting the active model and providing the exact identifiers needed to specify a model for transcription.

Instructions

Return the transcription models available across all engines.

MacWhisper entries are formatted as engine:model-id — Display Name [active] where [active] marks the model currently selected in MacWhisper; pass the engine:model-id string as model with the default engine="macwhisper". whisper-cpp entries (if MACWHISPER_WHISPERCPP_MODEL_DIR is configured) are formatted as filename [whisper-cpp]; pass the filename as model with engine="whisper-cpp". Requires the MacWhisper CLI to be reachable even if you only intend to use the whisper-cpp engine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of disclosing behavior. It reveals the output format for both MacWhisper and whisper-cpp entries, the conditional presence of whisper-cpp models based on an environment variable, and the requirement that the CLI be reachable. This is substantial behavioral disclosure, though it doesn't cover error scenarios or exact return structure beyond the string formats.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose and then provides necessary formatting details in a structured way. Each sentence adds value for the consumer, though the second and third sentences are somewhat dense. It is not overly verbose for the information it conveys.

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 tool has an output schema (not shown), the description explains the semantic meaning of the output strings (active marker, engine prefixes) and how to feed them into transcribe_audio. It also covers prerequisites and conditional behavior, making it complete for a list tool with no params.

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 tool has zero parameters, so the input schema is empty and schema coverage is 100%. The description correctly adds no parameter-specific details. Per the rubric, 0 params warrants a baseline of 4, and there is nothing to add beyond that.

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 opening sentence 'Return the transcription models available across all engines' uses a specific verb ('Return') and resource ('transcription models') with a clear scope. This clearly distinguishes it from sibling tools like transcribe_audio or start_watch, which perform different actions.

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 explains when and how to use the tool: it lists models formatted for use with transcribe_audio, and it notes the prerequisite that the MacWhisper CLI must be reachable even for whisper-cpp. It does not explicitly name alternatives or exclusions, but the context is clear enough for selecting this tool.

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/docdyhr/macwhisper-mcp-server'

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