Skip to main content
Glama

Image Processing MCP Server

by duke0317

create_polaroid

Generate Polaroid-style images with customizable borders, shadows, and output formats using the Image Processing MCP Server. Transform your photos into vintage Polaroid frames in a few simple steps.

Instructions

创建宝丽来风格效果

Input Schema

NameRequiredDescriptionDefault
border_widthNo宝丽来边框宽度(像素)
image_sourceYes图片源,可以是文件路径或base64编码的图片数据
output_formatNo输出格式:PNG、JPEG、WEBP 等PNG
shadowNo是否添加阴影效果

Input Schema (JSON Schema)

{ "properties": { "border_width": { "default": 20, "description": "宝丽来边框宽度(像素)", "minimum": 1, "title": "Border Width", "type": "integer" }, "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" }, "output_format": { "default": "PNG", "description": "输出格式:PNG、JPEG、WEBP 等", "title": "Output Format", "type": "string" }, "shadow": { "default": true, "description": "是否添加阴影效果", "title": "Shadow", "type": "boolean" } }, "required": [ "image_source" ], "title": "create_polaroidArguments", "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