tts
ActiveTool of SimpleFunctions
declared in 1.0.0
Text-to-speech proxy. Returns audio bytes encoded as base64.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to synthesize"
},
"speed": {
"type": "number",
"description": "Playback speed multiplier"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key"
},
"voiceId": {
"type": "string",
"description": "Voice identifier (provider-specific)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries