Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoModel nameQwen3-VL-32B
VISION_API_KEYNoAPI key (optional for local models)
VISION_BASE_URLYesOpenAI-compatible chat completions endpoint
VISION_MAX_TOKENSNoMax response tokens4096
VISION_TEMPERATURENoSampling temperature0.7

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_imageC

Analyze an image using a vision language model. Supports local file paths and URLs.

ocr_imageC

Extract text from an image using OCR. Supports plain text, Markdown, and JSON output formats.

compare_imagesA

Compare 2-4 images and describe differences/similarities. Supports local file paths and URLs.

analyze_videoB

Analyze video content using a vision language model. Requires a model with video support (e.g., Qwen3-VL).

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 task: image content analysis, video analysis, image comparison, and text extraction. There is no overlap in purpose, making selection clear.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (analyze_image, analyze_video, compare_images, ocr_image), with no mixing of styles.

Tool Count4/5

With 4 tools, the set is focused and not overwhelming. It covers core vision tasks, though a few more (e.g., image generation) could be added for broader scope.

Completeness4/5

The tools cover image/video analysis, OCR, and comparison. Minor gaps exist (e.g., image metadata extraction), but the surface is sufficient for common vision use cases.

Maintenance

ActivityInactive
ResponsivenessUnresponsive