Skip to main content
Glama

Image Processor MCP Server

by sanliunanjue

process_image_to_description

Convert images into detailed descriptions tailored to specific focus areas and detail levels, enhancing accessibility and understanding of visual content.

Instructions

处理图像并生成描述

Input Schema

NameRequiredDescriptionDefault
detail_levelNo描述详细程度:简洁(brief)、标准(standard)或详细(detailed)standard
focusNo描述重点,例如:物体、场景、人物、情感等
image_urlYes图像URL

Input Schema (JSON Schema)

{ "properties": { "detail_level": { "default": "standard", "description": "描述详细程度:简洁(brief)、标准(standard)或详细(detailed)", "enum": [ "brief", "standard", "detailed" ], "type": "string" }, "focus": { "default": "", "description": "描述重点,例如:物体、场景、人物、情感等", "type": "string" }, "image_url": { "description": "图像URL", "type": "string" } }, "required": [ "image_url" ], "type": "object" }

Other Tools from Image Processor 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/sanliunanjue/image-processor-mcp'

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