Skip to main content
Glama

Image Processing MCP Server

by duke0317

apply_edge_enhance

Enhance image edges using a specialized filter tool in the Image Processing MCP Server. Input an image file or base64 data to sharpen and define edges for improved clarity and detail.

Instructions

应用边缘增强滤镜

Input Schema

NameRequiredDescriptionDefault
image_sourceYes图片源,可以是文件路径或base64编码的图片数据

Input Schema (JSON Schema)

{ "properties": { "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" } }, "required": [ "image_source" ], "title": "apply_edge_enhanceArguments", "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