Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
speakA

本地朗读文本(可带情绪)。interrupt=True 时打断当前播放,便于实时插话。

listenC

采集本地麦克风语音并识别为中文文本。本地或云端 ASR 均可(云端需先在 config.yaml 配 asr.aliyun)。返回识别结果 JSON(含 text 字段)。

set_engineA

切换某类引擎(会话级)。kind ∈ vad/asr/agent/tts,name 用 catalog() 查看。

catalogA

列出所有已注册的引擎与当前选择。

healthA

返回声络状态摘要(版本、ffplay 是否可用、当前引擎)。

listen_startA

启动常驻语音会话:后台持续听写麦克风并实时转写。返回 session_id 与状态。

get_speechB

轮询拉取实时语音事件(speech_start/final/state…)。宿主可据此感知用户说话。

listen_stopA

停止常驻语音会话,释放麦克风。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/YottaMeta/VoxFabric'

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