Skip to main content
Glama

GLM-4.5V MCP Server

by ccw33

process_file

Process and extract content from files including PDFs, documents, images, and spreadsheets using the GLM-4.5V MCP Server. Supports optional extraction prompts for precise content retrieval.

Instructions

使用 GLM-4.5V 处理文件(上传并提取内容)。支持 PDF、DOCX、DOC、XLS、XLSX、PPT、PPTX、PNG、JPG、JPEG、CSV 等格式

Input Schema

NameRequiredDescriptionDefault
extractPromptNo可选的内容提取提示词,用于指导如何提取文件内容
filePathYes文件路径(本地文件路径)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extractPrompt": { "description": "可选的内容提取提示词,用于指导如何提取文件内容", "type": "string" }, "filePath": { "description": "文件路径(本地文件路径)", "type": "string" } }, "required": [ "filePath" ], "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