Skip to main content
Glama

Blabber-MCP

text_to_speech

Convert text into spoken audio using OpenAI's TTS technology, with options for different voices, models, and audio formats. The generated audio can be saved to a file and optionally played automatically.

Instructions

Converts text into spoken audio using OpenAI TTS (default voice: alloy), saves it to a file, and optionally plays it.

Input Schema

NameRequiredDescriptionDefault
inputYesThe text to synthesize into speech.
modelNoThe TTS model to use.tts-1
playNoWhether to automatically play the generated audio file.
response_formatNoThe format of the audio response.mp3
voiceNoOptional: The voice to use. Overrides the configured default (alloy).

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "The text to synthesize into speech.", "type": "string" }, "model": { "default": "tts-1", "description": "The TTS model to use.", "enum": [ "tts-1", "tts-1-hd" ], "type": "string" }, "play": { "default": false, "description": "Whether to automatically play the generated audio file.", "type": "boolean" }, "response_format": { "default": "mp3", "description": "The format of the audio response.", "enum": [ "mp3", "opus", "aac", "flac" ], "type": "string" }, "voice": { "description": "Optional: The voice to use. Overrides the configured default (alloy).", "enum": [ "alloy", "echo", "fable", "onyx", "nova", "shimmer" ], "type": "string" } }, "required": [ "input" ], "type": "object" }

Other Tools from Blabber-MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinkpixel-dev/blabber-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server