Skip to main content
Glama

Universal Image Generator MCP Server

by ECNU3D
MIT License
2

transform_image_from_url

Modify existing images from URLs using AI editing functions like stylization, watermark removal, resolution enhancement, and content transformation based on text prompts.

Instructions

Transform an existing image from a URL using the configured image provider.

Args: image_url: Remote or Public URL of the image to be transformed prompt: Text prompt describing the desired transformation or modifications function: WanX editing function (default: 'description_edit'). Supported functions: 'description_edit', 'description_edit_with_mask', 'stylization_all', 'stylization_local', 'remove_watermark', 'expand', 'super_resolution', 'colorization', 'doodle', 'control_cartoon_feature' mask_image_url: URL of mask image (required for 'description_edit_with_mask') Returns: Details about the transformed image including local path and remote URL

Input Schema

NameRequiredDescriptionDefault
functionNodescription_edit
image_urlYes
mask_image_urlNo
promptYes

Input Schema (JSON Schema)

{ "properties": { "function": { "default": "description_edit", "title": "Function", "type": "string" }, "image_url": { "title": "Image Url", "type": "string" }, "mask_image_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mask Image Url" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "image_url", "prompt" ], "type": "object" }

Other Tools from Universal Image Generator 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/ECNU3D/universal-image-generator-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server