Gemini Image Generator MCP Server

transform_image_from_encoded

Modify an encoded image using a text prompt with Google's Gemini model. Input a base64 image and a descriptive prompt to generate and save a transformed image file on the server.

Instructions

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

Args: encoded_image: Base64 encoded image data with header. Must be in format: "data:image/[format];base64,[data]" Where [format] can be: png, jpeg, jpg, gif, webp, etc. prompt: Text prompt describing the desired transformation or modifications Returns: Path to the transformed image file saved on the server

Input Schema

NameRequiredDescriptionDefault
encoded_imageYes
promptYes

Input Schema (JSON Schema)

{ "properties": { "encoded_image": { "title": "Encoded Image", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "encoded_image", "prompt" ], "title": "transform_image_from_encodedArguments", "type": "object" }

You must be authenticated.

Other Tools from Gemini Image Generator MCP Server

Related Tools

    ID: zrvlhnb942