Skip to main content
Glama

MCPollinations Multimodal MCP Server

respondAudio

Convert text prompts into audio responses using customizable voice options for clear, reproducible spoken outputs.

Instructions

Generate an audio response to a text prompt and play it through the system

Input Schema

NameRequiredDescriptionDefault
promptYesThe text prompt to respond to with audio
seedNoSeed for reproducible results (default: random)
voiceNoVoice to use for audio generation (default: "alloy"). Available options: "alloy", "echo", "fable", "onyx", "nova", "shimmer", "coral", "verse", "ballad", "ash", "sage", "amuch", "dan"

Input Schema (JSON Schema)

{ "properties": { "prompt": { "description": "The text prompt to respond to with audio", "type": "string" }, "seed": { "description": "Seed for reproducible results (default: random)", "type": "number" }, "voice": { "description": "Voice to use for audio generation (default: \"alloy\"). Available options: \"alloy\", \"echo\", \"fable\", \"onyx\", \"nova\", \"shimmer\", \"coral\", \"verse\", \"ballad\", \"ash\", \"sage\", \"amuch\", \"dan\"", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from MCPollinations Multimodal MCP Server

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/MCPollinations'

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