Gemini Image Generator MCP Server

transform_image_from_file

Modify an existing image file using a text prompt to achieve desired transformations via Google's Gemini model. Input an image path and text description to generate the updated image.

Instructions

Transform an existing image file based on the given text prompt using Google's Gemini model.

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" ], "title": "transform_image_from_fileArguments", "type": "object" }

You must be authenticated.

Other Tools from Gemini Image Generator MCP Server

Related Tools

    ID: zrvlhnb942