Skip to main content
Glama

Image Processing MCP Server

by duke0317

apply_gaussian_blur

Apply Gaussian blur to images using a specified radius to soften details or reduce noise. Requires an image source (file path or base64 data) and a blur radius for precise control over the effect.

Instructions

应用高斯模糊滤镜

Input Schema

NameRequiredDescriptionDefault
image_sourceYes图片源,可以是文件路径或base64编码的图片数据
radiusYes高斯模糊半径,值越大模糊效果越强

Input Schema (JSON Schema)

{ "properties": { "image_source": { "description": "图片源,可以是文件路径或base64编码的图片数据", "title": "Image Source", "type": "string" }, "radius": { "description": "高斯模糊半径,值越大模糊效果越强", "minimum": 0.1, "title": "Radius", "type": "number" } }, "required": [ "image_source", "radius" ], "title": "apply_gaussian_blurArguments", "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