Skip to main content
Glama
chiyan11

GLM-4.6V-Flash MCP Server

by chiyan11

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLM_MODELNo覆盖模型 ID (override the model ID)glm-4.6v-flash
GLM_API_KEYNoAlternative environment variable for the Zhipu API Key (compatible with ZHIPU_API_KEY)
GLM_TIMEOUTNo请求超时秒数 (request timeout in seconds)120
GLM_API_BASENo覆盖接口地址 (override the API base URL)https://open.bigmodel.cn/api/paas/v4/chat/completions
ZHIPU_API_KEYNo智谱 API Key(必填,兼容 GLM_API_KEY)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

使用 GLM-4.6V-Flash 分析一张图片(OCR、内容理解、表格解析、缺陷检测等)。

Args: image: 图片地址,支持 http(s) URL、data URI,或本地图片文件路径。 prompt: 对图片提出的问题或指令。 thinking: 是否开启深度思考模式。 temperature: 采样温度,0~1。 max_tokens: 最大输出 token 数。

analyze_videoA

使用 GLM-4.6V-Flash 分析一段视频(视频需为可访问的 URL 或本地视频文件)。

Args: video: 视频地址,支持 http(s) URL、data URI,或本地视频文件路径。 prompt: 对视频提出的问题或指令。 thinking: 是否开启深度思考模式。 temperature: 采样温度,0~1。 max_tokens: 最大输出 token 数。

analyze_fileA

使用 GLM-4.6V-Flash 分析文档/文件(PDF、TXT 等,支持 URL、data URI 或本地路径)。

Args: file: 文件地址,支持 http(s) URL、data URI,或本地文件路径。 prompt: 对文件提出的问题或指令。 thinking: 是否开启深度思考模式。 temperature: 采样温度,0~1。 max_tokens: 最大输出 token 数。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
help_resource读取 GLM MCP 资源的使用方法、payload JSON 格式与可直接使用的示例 URI。

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct input type (image, video, file), making their purposes clearly separable. There is no overlap in functionality; the only difference is the media format being analyzed.

Naming Consistency5/5

All tool names follow the exact same verb_noun pattern: analyze_ + media type. This is perfectly consistent and predictable.

Tool Count5/5

Three tools is an appropriate scope for a multimodal analysis server, covering the primary input types without unnecessary bloat.

Completeness4/5

The toolset covers image, video, and document analysis, which are the most common inputs. Audio analysis is missing, but this is a minor gap given the focus on visual/file understanding.

Maintenance

ActivitySlowing
ResponsivenessNo issues