Skip to main content
Glama

Image Processing MCP Server

by duke0317

flip_image

Flip images horizontally or vertically using this tool. Input any image file path or base64 data and specify the desired direction for precise image transformation.

Instructions

翻转图片

Input Schema

NameRequiredDescriptionDefault
directionYes翻转方向:horizontal(水平翻转)或 vertical(垂直翻转)
image_sourceYes图片源,可以是文件路径或base64编码的图片数据

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "翻转方向:horizontal(水平翻转)或 vertical(垂直翻转)", "title": "Direction", "type": "string" }, "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" } }, "required": [ "image_source", "direction" ], "title": "flip_imageArguments", "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/duke0317/ps-mcp'

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