Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENROUTER_MODELNoThe OpenRouter model to use for image captioninggoogle/gemini-2.5-flash
OPENROUTER_API_KEYYesYour OpenRouter API key (required for OpenRouter backend)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
caption_imageD
alt_textD
dense_captionD
image_metadataD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: alt_text generates descriptive text for accessibility, caption_image creates a general caption, dense_caption provides detailed region-specific captions, and image_metadata extracts technical data. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with descriptive noun-based naming (alt_text, caption_image, dense_caption, image_metadata). The naming is uniform and predictable across all four tools.

Tool Count4/5

With 4 tools, the count is reasonable for a computer vision server, covering key image analysis tasks. It is slightly lean but well-scoped, as each tool addresses a distinct aspect of image processing without redundancy.

Completeness3/5

The tools cover descriptive and metadata extraction tasks well, but there are notable gaps in core computer vision operations like object detection, image classification, or segmentation. The surface is incomplete for a full computer vision workflow, though the provided tools are coherent within their subset.

Maintenance

ActivityInactive
ResponsivenessNo issues