Skip to main content
Glama

MCPollinations Multimodal MCP Server

respondText

Generate text responses to prompts using Pollinations Text API on the MCPollinations Multimodal MCP Server. Supports OpenAI, Anthropic, Mistral, Llama, and Gemini models for varied outputs.

Instructions

Respond with text to a prompt using the Pollinations Text API

Input Schema

NameRequiredDescriptionDefault
modelNoModel to use for text generation (default: "openai"). Available options: "openai", "anthropic", "mistral", "llama", "gemini" - use listTextModels to see all models
promptYesThe text prompt to generate a response for
seedNoSeed for reproducible results (default: random)

Input Schema (JSON Schema)

{ "properties": { "model": { "description": "Model to use for text generation (default: \"openai\"). Available options: \"openai\", \"anthropic\", \"mistral\", \"llama\", \"gemini\" - use listTextModels to see all models", "type": "string" }, "prompt": { "description": "The text prompt to generate a response for", "type": "string" }, "seed": { "description": "Seed for reproducible results (default: random)", "type": "number" } }, "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