Zonos TTS MCP Server

speak_response

Input Schema

NameRequiredDescriptionDefault
emotionNoneutral
languageNoen-us
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emotion": { "default": "neutral", "enum": [ "neutral", "happy", "sad", "angry" ], "type": "string" }, "language": { "default": "en-us", "type": "string" }, "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools