Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoVision model name. Defaults to the free Zhipu model.glm-4.6v-flash
VISION_API_KEYYesAPI key for the vision model service (required).
VISION_BASE_URLNoBase URL for the OpenAI-compatible vision API. Defaults to the Zhipu (BigModel) endpoint.https://open.bigmodel.cn/api/paas/v4

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
look_at_imageA

【必须调用】理解一张图片的内容并返回文字描述。 当用户上传图片、粘贴截图、或提到图片文件路径时,必须调用本工具, 不要因为自己无法直接看图而拒绝或说"看不到"。

Args: image: 图片的本地文件绝对路径(WorkBuddy 上传/粘贴的图片会保存为本地文件, 直接传入其路径,如 C:/Users/xxx/Pictures/1.png 或 D:/xxx/1.png), 也可以是 http(s) 图片 URL。 prompt: 你想让模型重点关注的问题;留空则给出结构化详细描述。

extract_text_from_imageA

【必须调用】OCR 工具:逐字转录图片中的全部文字(适合截图、文档、代码、票据)。 当用户上传的图片需要提取文字时,必须调用本工具。

Args: image: 图片的本地文件绝对路径或 http(s) 图片 URL。

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/zgz518/vision-bridge-mcp'

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