Skip to main content
Glama

Pollinations Multimodal MCP Server

generateImageUrl

Create image URLs by converting text prompts into visuals using specified dimensions and models for consistent results.

Instructions

Generate an image URL from a text prompt

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