Skip to main content
Glama
draiagent

funasr-zh-tw-mcp

by draiagent

預先載入模型

preload_model

Load the speech recognition model into memory before use, so the first transcription request runs immediately without initialization delay.

Instructions

預先把 FunASR 模型載入記憶體,讓之後的 transcribe_audio 呼叫可以立即開始辨識。首次執行會下載約 1.5GB 的模型權重。模型已載入時呼叫不會有任何副作用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
loadedYes模型是否已就緒
messageYes人類可讀的狀態說明
already_loadedYes呼叫前模型是否就已經載入
Install Server

TDQS

A4.5/5.0
Behavior4/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 discloses that the tool loads a model into memory, that the first execution downloads ~1.5GB of weights, and that calling it when already loaded has no side effects. This meaningfully informs the agent about cost, statefulness, and safety.

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 three short sentences with no filler. The primary purpose is front-loaded, followed by the most important behavioral caveats (download size and idempotence). Every sentence contributes useful information.

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?

For a zero-parameter tool with an output schema and a single sibling, the description covers what the tool does, why it should be used, the main cost, and its side-effect behavior. Nothing essential is missing for an agent to decide when to invoke it.

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 baseline is 4. The description adds no parameter-level detail, but none is needed; the empty input schema and the description are fully consistent and sufficient.

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 states a specific action ('預先把 FunASR 模型載入記憶體') with a clear purpose ('讓之後的 transcribe_audio 呼叫可以立即開始辨識'). It clearly distinguishes itself from the sibling transcribe_audio by describing a preloading step rather than the recognition step itself.

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 clearly implies when to use the tool: before transcribe_audio calls to make them start immediately. It also provides relevant usage context about the first-run download and the idempotent nature when the model is already loaded, though it does not explicitly list exclusion cases or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/draiagent/funasr-zh-tw-mcp'

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