Skip to main content
Glama

Nano-Banana-MCP

by ConechoAI

edit_image

Modify an existing image file using a text prompt and optional reference images for style transfer or element addition.

Instructions

Edit a SPECIFIC existing image file, optionally using additional reference images. Use this when you have the exact file path of an image to modify.

Input Schema

NameRequiredDescriptionDefault
imagePathYesFull file path to the main image file to edit
promptYesText describing the modifications to make to the existing image
referenceImagesNoOptional array of file paths to additional reference images to use during editing (e.g., for style transfer, adding elements, etc.)

Input Schema (JSON Schema)

{ "properties": { "imagePath": { "description": "Full file path to the main image file to edit", "type": "string" }, "prompt": { "description": "Text describing the modifications to make to the existing image", "type": "string" }, "referenceImages": { "description": "Optional array of file paths to additional reference images to use during editing (e.g., for style transfer, adding elements, etc.)", "items": { "type": "string" }, "type": "array" } }, "required": [ "imagePath", "prompt" ], "type": "object" }

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/ConechoAI/Nano-Banana-MCP'

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