speakers
Retrieve available speaker information from the VOICEVOX MCP Server for text-to-speech synthesis, enabling users to select and generate voice audio from text inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}