Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELYesModel name for vision.gpt-4o-mini
VISION_RESIZENoResize image before analysis (WxH format, e.g., 1920x1080).
VISION_API_KEYYesYour API key for the OpenAI-compatible vision API.
VISION_TIMEOUTNoRequest timeout in seconds.120
VISION_BASE_URLYesAPI endpoint base URL.https://api.openai.com/v1
VISION_MAX_TOKENSNoMax response tokens.4096

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
analyze_imageB

Analyzes an image and returns a detailed description. Supports PNG, JPEG, GIF, WebP, and BMP formats.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no ambiguity; the single tool's purpose is clearly described.

Naming Consistency5/5

The tool name 'analyze_image' follows a clear verb_noun pattern in snake_case, which is consistent and descriptive.

Tool Count2/5

A single tool is insufficient for a meaningful vision server; typical vision tasks require multiple operations beyond just analysis.

Completeness2/5

Only one generalized analysis tool exists, lacking common vision capabilities like object detection, OCR, or image comparison.

Maintenance

ActivityInactive
ResponsivenessNo issues