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

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
{}

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

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct capability: answering specific questions, comparing two images, describing content, and extracting text. There is no overlap in their purposes.

Naming Consistency4/5

All tools use snake_case with verb-first pattern (answer, compare, describe, ocr). However, 'answer_about_image' uses a preposition while others directly combine verb and noun, a minor inconsistency.

Tool Count5/5

Four tools is appropriate for a focused vision server providing core image understanding capabilities. Not too few or too many.

Completeness4/5

Covers key image interpretation needs: description, comparison, OCR, and question answering. Missing potential features like object detection or image generation, but the set is reasonably complete for its stated purpose of supporting text-only agents.

Maintenance

ActivityMaintained
ResponsivenessNo issues