Skip to main content
Glama

Universal Image Generator MCP Server

by ECNU3D
MIT License
2

transform_image_from_file

Modify existing image files using text prompts to apply transformations, edits, or creative changes through AI image generation providers.

Instructions

Transform an existing image file based on the given text prompt using the configured image provider.

Args: image_file_path: Path to the image file to be transformed prompt: Text prompt describing the desired transformation or modifications Returns: Path to the transformed image file saved on the server

Input Schema

NameRequiredDescriptionDefault
image_file_pathYes
promptYes

Input Schema (JSON Schema)

{ "properties": { "image_file_path": { "title": "Image File Path", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "image_file_path", "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