Skip to main content
Glama

Pollinations Multimodal MCP Server

sayText

Convert written text into spoken audio by generating speech verbatim. Customize voice, format, and tone for tailored audio output. Ideal for creating voiceovers, accessibility tools, or personalized audio content.

Instructions

Generate speech that says the provided text verbatim

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the audio (mp3, wav, etc.)
textYesThe text to speak verbatim
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" }, "text": { "description": "The text to speak verbatim", "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": [ "text" ], "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