Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOICEBOX_API_URL | Yes | The URL of the VoiceBox TTS API server (e.g., http://localhost:5001) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| voicebox_speak | Convert text to speech using VOICEVOX. Non-blocking - queues task and returns immediately with task_id. |
| voicebox_status | Check the status of a TTS task |
| voicebox_speakers | List available VOICEVOX speakers |
| voicebox_health | Check VoiceBox TTS system health |
| voicebox_metrics | Get system metrics and statistics |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |