Skip to main content
Glama

MCPollinations Multimodal MCP Server

respondText

Generate AI-driven text responses to prompts using customizable settings like model, temperature, and system instructions for tailored output.

Instructions

Respond with text to a prompt using the Pollinations Text API. User-configured settings in MCP config will be used as defaults unless specifically overridden.

Input Schema

NameRequiredDescriptionDefault
modelNoModel to use for text generation (default: user config or "openai"). Use listTextModels to see all available models
promptYesThe text prompt to generate a response for
seedNoSeed for reproducible results (default: random)
systemNoSystem prompt to guide the model's behavior (default: user config or none)
temperatureNoControls randomness in the output (0.0 to 2.0, default: user config or model default)
top_pNoControls diversity via nucleus sampling (0.0 to 1.0, default: user config or model default)

Input Schema (JSON Schema)

{ "properties": { "model": { "description": "Model to use for text generation (default: user config or \"openai\"). Use listTextModels to see all available 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" }, "system": { "description": "System prompt to guide the model's behavior (default: user config or none)", "type": "string" }, "temperature": { "description": "Controls randomness in the output (0.0 to 2.0, default: user config or model default)", "type": "number" }, "top_p": { "description": "Controls diversity via nucleus sampling (0.0 to 1.0, default: user config or model default)", "type": "number" } }, "required": [ "prompt" ], "type": "object" }

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