Skip to main content
Glama

Imagician

by flowy11

flip_image

Flip an image horizontally, vertically, or both. Specify the input and output paths along with the desired flip direction to create mirrored or inverted versions of your image.

Instructions

Flip an image horizontally or vertically

Input Schema

NameRequiredDescriptionDefault
directionYesFlip direction
inputPathYesPath to input image
outputPathYesPath to save flipped image

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "Flip direction", "enum": [ "horizontal", "vertical", "both" ], "type": "string" }, "inputPath": { "description": "Path to input image", "type": "string" }, "outputPath": { "description": "Path to save flipped image", "type": "string" } }, "required": [ "inputPath", "outputPath", "direction" ], "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/flowy11/imagician'

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