Skip to main content
Glama

Pollinations Multimodal MCP Server

respondAudio

Generate audio responses to text prompts using customizable voice options and formats for diverse applications. Ideal for creating tailored speech outputs from written input.

Instructions

Generate an audio response to a text prompt

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the audio (mp3, wav, etc.)
promptYesThe text prompt to respond to with audio
voiceNoVoice to use for audio generation (default: "alloy")
voiceInstructionsNoAdditional instructions for voice character/style (e.g., "Speak with enthusiasm" or "Use a calm tone")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Format of the audio (mp3, wav, etc.)", "type": "string" }, "prompt": { "description": "The text prompt to respond to with audio", "type": "string" }, "voice": { "description": "Voice to use for audio generation (default: \"alloy\")", "type": "string" }, "voiceInstructions": { "description": "Additional instructions for voice character/style (e.g., \"Speak with enthusiasm\" or \"Use a calm tone\")", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

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/tusharpatil2912/pollinations-mcp'

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