Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Zonos TTS MCP Server
Claim
by
PhialsBasement
GitHub
Speech Processing
TypeScript
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
speak_response
Input Schema
Name
Required
Description
Default
emotion
No
neutral
language
No
en-us
text
Yes
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" }
Install Server
You must be
authenticated
.
Other Tools
speak_response