Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_MODELYesModel name for vision tasks
OPENAI_API_KEYYesAPI key for authentication
OPENAI_API_BASEYesAPI base URL

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_image
A powerful LLM that can analyze and understand image content from files or URLs, follow your instruction. Use this tool to analyze images by LLM. Only support jpeg, png, webp formats. Other formats like pdf/gif/psd/svg and so on are not supported. Args: prompt (str): The text prompt describing what you want to analyze or extract from the image. image_source (str): The source location of the image to analyze. Accepts: - HTTP/HTTPS URL: "https://example.com/image.jpg" - Local file path: - Relative path: "images/photo.png" - Absolute path: "/Users/username/Documents/image.jpg" IMPORTANT: If the file path starts with @ symbol, you MUST remove the @ prefix before passing to this function. For example: - If you see "@Documents/photo.jpg", use "Documents/photo.jpg" - If you see "@/Users/username/image.png", use "/Users/username/image.png" Supported formats: JPEG, PNG, WebP Returns: Text content with the image analysis result.

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/i-richardwang/Vision-MCP'

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