Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_API_KEYYesAPI key for the OpenAI-compatible endpoint
VISION_BASE_URLNoOpenAI-compatible base URLhttps://api.openai.com/v1
VISION_CACHE_DIRNoCache directory (when enabled)<tmp>/agent-vision-cache
VISION_MAX_TOKENSNoOutput token budget16384
VISION_MODEL_NAMENoThe vision model, e.g. Qwen3.6-35B-A3Bgpt-4o
VISION_TIMEOUT_MSNoPer-request client timeout300000
VISION_MAX_RETRIESNoRetries for empty / 5xx / 429 / network errors3
VISION_CACHE_ENABLEDNoOptional disk response cachefalse
VISION_MAX_IMAGE_SIZENoMax image bytes (20 MB)20971520

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

Analyze an image with a vision AI model, giving a non-vision main model the ability to "see" image content. Call this when the user sends an image, or when you need to understand an image (describe it, OCR text, identify UI elements, read charts, etc.). The image can be provided as a base64 data URL, an HTTP(S) link, or a local file path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so there is no possibility of ambiguity or misselection. The tool's purpose is clearly distinct and singular.

Naming Consistency5/5

With a single tool named 'analyze_image', the naming follows a clear and consistent verb_noun pattern. There are no other tools to introduce inconsistency.

Tool Count4/5

The server has only one tool, which is below the typical 3-15 range, but it is a narrow-purpose server focused on image analysis. The single tool is well-scoped and earns its place, making the count slightly under but reasonable.

Completeness5/5

The single tool covers a wide range of image analysis needs—description, OCR, UI element detection, chart reading, etc. There are no obvious gaps for the stated purpose of giving a non-vision model the ability to see.

Maintenance

ActivitySlowing
ResponsivenessNo issues