Skip to main content
Glama
bcdxc
by bcdxc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELYes视觉模型名称
VISION_API_KEYYes视觉模型密钥
VISION_TIMEOUTNo请求超时(秒)120
VISION_API_BASEYes视觉模型 API 地址
VISION_MAX_TOKENSNo最大输出长度12000
VISION_TEMPERATURENo输出随机性0.1
VISION_SYSTEM_PROMPTNo视觉模型系统提示词

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
understand_imageA

调用视觉模型理解图片,将识别结果以文本返回。

当用户要求识别、分析、OCR、描述、比较图片或截图时,必须调用此工具。 这是唯一可以"看到"图片的工具,不要用 Read/cat 等文本工具打开图片文件。

Args: prompt: 图片理解任务描述,如"提取图中文字"、"分析截图中的报错信息"。 image_path: 单张本地图片路径。 image_url: 单张网络图片 URL 或 data:image base64 格式。 image_paths: 多张本地图片路径列表。 image_urls: 多张网络图片 URL 列表。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_vision_config查看当前视觉模型配置(API Key 脱敏)。

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/bcdxc/visual-understand-mcp'

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