Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoGemini API key.
OPENAI_API_KEYNoOpenAI API key.
VISIONTOOL_MODELNoModel to use. Defaults: claude-opus-4-8 (anthropic), gpt-4o-mini (openai), gemini-3.5-flash (gemini).
ANTHROPIC_API_KEYNoAnthropic API key.
VISIONTOOL_API_KEYNoUnified API key for any provider. Alternative to provider-specific keys.
VISIONTOOL_RETRIESNoNumber of retries on temporary API failures.2
VISIONTOOL_BASE_URLNoBase URL for the API.
VISIONTOOL_API_FORMATNoAPI format: anthropic, openai, or gemini.anthropic
VISIONTOOL_TIMEOUT_MSNoRequest timeout in milliseconds.60000
VISIONTOOL_RETRY_BASE_MSNoBase delay in milliseconds for exponential backoff.250
VISIONTOOL_MAX_IMAGE_BYTESNoMaximum image size in bytes for local/base64 images.5242880
VISIONTOOL_ALLOWED_CALLER_PREFIXESNoComma-separated list of allowed caller model prefixes.glm,deepseek

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageC

【仅限 GLM/DeepSeek 系列模型调用】Describe an image for a text-only agent. Accepts a local path, base64 image data, or URL.

ocr_imageB

【仅限 GLM/DeepSeek 系列模型调用】Extract visible text from an image with optional language and layout hints.

answer_about_imageA

【仅限 GLM/DeepSeek 系列模型调用】Answer a specific question using visual evidence from one image.

compare_imagesA

【仅限 GLM/DeepSeek 系列模型调用】Compare two images and summarize relevant differences for a text-only agent.

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/Winter-And-You-Gone/VisionTool-MCP'

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