Skip to main content
Glama

MCPollinations Multimodal MCP Server

audioSchema.js1.1 kB
/** * Schema definitions for the Pollinations Audio API */ /** * Schema for the respondAudio tool */ export const respondAudioSchema = { name: 'respondAudio', description: 'Generate an audio response to a text prompt and play it through the system', inputSchema: { type: 'object', properties: { prompt: { type: 'string', description: 'The text prompt to respond to with audio' }, voice: { type: 'string', description: 'Voice to use for audio generation (default: "alloy"). Available options: "alloy", "echo", "fable", "onyx", "nova", "shimmer", "coral", "verse", "ballad", "ash", "sage", "amuch", "dan"' }, seed: { type: 'number', description: 'Seed for reproducible results (default: random)' } }, required: ['prompt'] } }; /** * Schema for the listAudioVoices tool */ export const listAudioVoicesSchema = { name: 'listAudioVoices', description: 'List all available audio voices for text-to-speech generation', inputSchema: { type: 'object', properties: {} } };

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