Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YC_API_KEYNoAPI-ключ сервисного аккаунта (альтернатива YANDEX_API_KEY)
YANDEX_MODELNoМодель (по умолчанию `yandexgpt-lite`)yandexgpt-lite
YC_FOLDER_IDNoID каталога в Yandex Cloud (альтернатива YANDEX_FOLDER_ID)
YANDEX_API_KEYNoAPI-ключ сервисного аккаунта (альтернатива YC_API_KEY)
YANDEX_TTS_LANGNoЯзык (по умолчанию `ru-RU`)ru-RU
YANDEX_FOLDER_IDNoID каталога в Yandex Cloud (альтернатива YC_FOLDER_ID)
YANDEX_TTS_SPEEDNoСкорость речи: 0.1–3.0 (по умолчанию 1.0). 1.2–1.5 — быстрее1.0
YANDEX_TTS_VOICENoГолос TTS (по умолчанию `alena`)alena
YANDEX_TTS_FORMATNoФормат аудио (по умолчанию `oggopus`)oggopus
YANDEX_GPT_MAX_TOKENSNoМакс. токенов ответа GPT (по умолчанию 350). Меньше — быстрее ответ350

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
speak_responseA

Озвучить ответ через Yandex GPT + TTS. Режимы: 1) message — вопрос пользователя, GPT генерирует и озвучивает развёрнутый ответ; 2) textToSummarize — текст ответа ассистента, GPT адаптирует для озвучивания. Контексты: default (краткое), coding_interview (алгоритмы, сложность), architecture (system design, trade-offs).

health_checkA

Проверяет, что Yandex GPT и SpeechKit TTS подключены и работают. Возвращает статус по каждому сервису.

play_soundA

Воспроизведение звуков на macOS: системные звуки, TTS или аудиофайл. Работает только на macOS.

playback_controlA

Остановить или поставить на паузу текущее воспроизведение голоса (ответа Yandex Voice). Работает только на macOS; действует только для воспроизведения через afplay (WAV).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: health monitoring, playback control, sound playback, and TTS with GPT. No overlapping functionalities.

Naming Consistency4/5

Tool names mostly follow a verb_noun pattern (play_sound, speak_response) with some compound nouns (health_check, playback_control). Consistent snake_case but minor variation in structure.

Tool Count4/5

4 tools is a reasonable scope for a voice interaction server, covering health, playback control, sound playback, and speech response. Slightly thin but not undermanned.

Completeness4/5

Core voice interaction workflows are covered: health check, playback control, sound playback, and TTS with GPT context. Minor gaps like volume control or direct TTS are acceptable for this specific focus.

Maintenance

ActivityInactive
ResponsivenessNo issues