Skip to main content
Glama

Pollinations Multimodal MCP Server

generateImage

Create custom images from text prompts using AI, with options to specify dimensions, models, and seeds for precise control over the generated output.

Instructions

Generate an image and return the base64-encoded data

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional options for image generation
promptYesThe text description of the image to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "description": "Additional options for image generation", "properties": { "height": { "description": "Height of the generated image", "type": "number" }, "model": { "description": "Model name to use for generation", "type": "string" }, "seed": { "description": "Seed for reproducible results", "type": "number" }, "width": { "description": "Width of the generated image", "type": "number" } }, "type": "object" }, "prompt": { "description": "The text description of the image to generate", "type": "string" } }, "required": [ "prompt" ], "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