Skip to main content
Glama

Image Converter MCP Server

get_image_info

Extract detailed metadata from image files, including format, dimensions, and other attributes, using file path or raw data input with the Image Converter MCP Server.

Instructions

获取图片文件信息

Input Schema

NameRequiredDescriptionDefault
image_dataNo图片数据(Buffer或base64字符串,与image_path二选一)
image_pathNo图片文件路径(与image_data二选一)

Input Schema (JSON Schema)

{ "properties": { "image_data": { "description": "图片数据(Buffer或base64字符串,与image_path二选一)", "type": "string" }, "image_path": { "description": "图片文件路径(与image_data二选一)", "type": "string" } }, "type": "object" }

Other Tools from Image Converter 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/pickstar-2002/image-mcp'

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