Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_help | TTS 서버 사용 방법 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| speak | 텍스트를 음성으로 읽어줍니다 |
| speak_fast | 텍스트를 빠른 속도로 읽어줍니다 |
| speak_slow | 텍스트를 천천히 읽어줍니다 |
| speak_quiet | 텍스트를 작은 볼륨으로 읽어줍니다 |
| speak_short | 짧은 텍스트를 즉시 읽어줍니다 (100자 이하) |
| stop_speech | 현재 재생 중인 모든 음성을 중지합니다 |
| kill_all_tts | 모든 TTS 관련 프로세스를 강제 종료합니다 |
| get_tts_status | 현재 TTS 상태를 확인합니다 |
| emergency_silence | 긴급 음소거 - 모든 오디오 중지 + 시스템 음소거 |
| test_tts | TTS 시스템 테스트 |