MCPollinations Multimodal MCP Server

by pinkpixel-dev
Verified

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

ID: 8oz8ip3g3o