Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ZHIPU_API_KEYYesYour Zhipu API key for accessing GLM-4.6V-Flash

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
vision_analyze_imageA

分析一张图片并回答问题。source 为本地图片路径(自动转 base64)或公网 URL; question 为对图片的提问;thinking=True 开启深度思考模式(更慢但更深入)。 返回 JSON:{ok, content, thinking, usage} 或 {ok:false, error:{code,message}}。

vision_analyze_videoA

分析一段视频并回答问题。source 仅支持公网可访问的视频 URL(如 https://...); 本地视频请先上传到可访问地址。question 为对视频的提问;thinking=True 开启深度思考。 返回 JSON:{ok, content, thinking, usage} 或 {ok:false, error:{code,message}}。

vision_analyze_fileA

分析一个文档文件(PDF / 文本等)并回答问题。source 仅支持公网可访问的文件 URL; 本地文件请先上传到可访问地址。question 为对文档的提问;thinking=True 开启深度思考。 返回 JSON:{ok, content, thinking, usage} 或 {ok:false, error:{code,message}}。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/JunHua-ECJTU/deepseek-vision-mcp'

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