Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoModel name the endpoint expects.llama3.2-vision
VISION_API_KEYNoBearer token for the endpoint.ollama
VISION_TIMEOUTNoRequest timeout in seconds.60
VISION_ENDPOINTNoOpenAI-compatible vision API URL.http://localhost:11434/v1/chat/completions
VISION_MAX_IMAGE_BYTESNoReject images larger than this (20 MB).20971520

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

Pass a local image file to a vision-capable AI and get back a text description.

IMPORTANT: The image parameter MUST be a local absolute file path on disk. Do NOT pass URLs, base64 strings, or data URIs — always provide the full absolute path to an image file (e.g. "C:\Users\photos\cat.jpg" or "/home/user/images/pic.png"). Supported formats: PNG, JPG, JPEG, GIF, WEBP.

Parameters: image (str, required): Local absolute file path to the image. prompt (str, optional): Instruction for the vision model. Defaults to 'Describe this image in detail.'

Returns: Text description produced by the vision model.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshsssn/mcp-vision-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server