Skip to main content
Glama

Desktop Image Manager MCP Server

compress-image

Reduces image file size by compressing images with adjustable quality settings, enabling efficient storage and sharing of desktop images.

Instructions

压缩图片

Input Schema

NameRequiredDescriptionDefault
fileNameYes要压缩的图片文件名
outputNameNo输出文件名 (可选)
qualityNo压缩质量 (1-100)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileName": { "description": "要压缩的图片文件名", "type": "string" }, "outputName": { "description": "输出文件名 (可选)", "type": "string" }, "quality": { "default": 80, "description": "压缩质量 (1-100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "fileName" ], "type": "object" }

Other Tools from Desktop Image Manager MCP Server

Related Tools

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/zhixiaoqiang/desktop-image-manager-mcp'

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