Skip to main content
Glama
dclddb
by dclddb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_API_KEYYesVision API key.
VISION_TIMEOUTNoPer-request timeout in seconds.60
VISION_CACHE_DIRNoCache directory override (empty = platform default).
VISION_OCR_MODELNoModel for mode=ocr.
VISION_RETRY_MAXNoMaximum retries on transient errors.2
VISION_FULL_MODELYesModel for mode=full.
VISION_CACHE_SCOPENoCache scope: global, project, or none.global
VISION_API_BASE_URLYesOpenAI-compatible Chat API base URL.
VISION_OCR_ENDPOINTNoPaddleOCR dedicated OCR endpoint (full URL). Set when using PaddleOCR.
VISION_CACHE_ENABLEDNoCache switch.true
VISION_CACHE_TTL_DAYSNoCache TTL in days.30
VISION_FALLBACK_ENABLEDNoFallback switch.false
VISION_CACHE_MAX_SIZE_MBNoMaximum cache size in MB.128

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

当用户提供图片、截图、图表、照片,或要求查看图像内容时,调用本工具获取图片的视觉内容描述。

注意:本工具面向「自身无法直接查看图片」的主模型。若你自身具备原生视觉、能直接查看图片内容,应优先使用自己的原生视觉能力,无需调用本工具;仅在自身无法直接看图时才使用本工具。

默认使用 mode=full 进行完整视觉理解。仅当用户明确要求精确提取图片文字/表格内容时,使用 mode=ocr。

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

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