Skip to main content
Glama

Gemini 2.5 Flash Image MCP

by nanameru

style_transfer

Apply artistic styles from one image to another using Google's Gemini 2.5 Flash Image technology, with optional prompt guidance for customized results.

Instructions

Transfer style from a style image to a base image, guided by an optional prompt.

Input Schema

NameRequiredDescriptionDefault
baseImageYes
promptNoOptional additional instruction for the style transfer.
saveToFilePathNoOptional path to save the output
styleImageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseImage": { "additionalProperties": false, "properties": { "dataBase64": { "type": "string" }, "mimeType": { "type": "string" }, "path": { "type": "string" } }, "type": "object" }, "prompt": { "description": "Optional additional instruction for the style transfer.", "type": "string" }, "saveToFilePath": { "description": "Optional path to save the output", "type": "string" }, "styleImage": { "additionalProperties": false, "properties": { "dataBase64": { "type": "string" }, "mimeType": { "type": "string" }, "path": { "type": "string" } }, "type": "object" } }, "required": [ "baseImage", "styleImage" ], "type": "object" }

Other Tools from Gemini 2.5 Flash Image MCP

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/nanameru/Gemini-2.5-Flash-Image-MCP'

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