Skip to main content
Glama

Gemini 2.5 Flash Image MCP

by nanameru

compose_images

Combine multiple input images into a new composite image using a text prompt to guide the composition process.

Instructions

Compose a new image using multiple input images and a guiding prompt.

Input Schema

NameRequiredDescriptionDefault
imagesYes
promptYesDescribe how to compose the elements of the input images.
saveToFilePathNoOptional path to save the composed image

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "images": { "items": { "additionalProperties": false, "properties": { "dataBase64": { "type": "string" }, "mimeType": { "type": "string" }, "path": { "type": "string" } }, "type": "object" }, "minItems": 2, "type": "array" }, "prompt": { "description": "Describe how to compose the elements of the input images.", "type": "string" }, "saveToFilePath": { "description": "Optional path to save the composed image", "type": "string" } }, "required": [ "prompt", "images" ], "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