Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELYes模型名
VISION_API_KEYYesAPI密钥
VISION_BASE_URLYesAPI基础地址

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageB

Analyze an image and return a detailed description. Supports local file paths and http(s) URLs.

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

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency5/5

With a single tool, naming is inherently consistent. 'analyze_image' follows a clear verb_noun pattern.

Tool Count3/5

A single tool for a vision MCP feels thin; typical vision services offer multiple capabilities (e.g., object detection, OCR). It is borderline acceptable for a very focused use case.

Completeness2/5

Only one generic image analysis tool is provided. Missing common operations like listing supported formats, specific detection tasks, or batch processing, which creates significant gaps for most use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues