Skip to main content
Glama

GLM-4.5V MCP Server

by ccw33

vision_query

Process images by extracting text via OCR, answering visual queries, or detecting elements through the GLM-4.5V MCP Server. Specify modes like describe, ocr, qa, or detect to analyze visuals effectively.

Instructions

调用 GLM-4.5V 对图片进行 OCR/问答/检测

Input Schema

NameRequiredDescriptionDefault
modeNo查询模式describe
pathYes图片路径或URL
promptYes查询提示词
returnJsonNo是否返回JSON格式结果

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mode": { "default": "describe", "description": "查询模式", "enum": [ "describe", "ocr", "qa", "detect" ], "type": "string" }, "path": { "description": "图片路径或URL", "type": "string" }, "prompt": { "description": "查询提示词", "type": "string" }, "returnJson": { "default": false, "description": "是否返回JSON格式结果", "type": "boolean" } }, "required": [ "path", "prompt" ], "type": "object" }
Install Server

Other Tools from GLM-4.5V 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/ccw33/Multimodel-MCP'

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