Skip to main content
Glama
hsain9357

Explain Image MCP Server

by hsain9357

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_MODELNoDefault model id; override per call with the model argumentgemini-2.5-flash
GEMINI_API_KEYYesGoogle AI Studio API key
GEMINI_BASE_URLNoOpenAI-compatible base URL (swap to add another provider later)https://generativelanguage.googleapis.com/v1beta/openai

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

Look at an image and return a text interpretation from the Gemini vision model. The calling agent supplies the prompt, so it controls exactly what the model should return (a description, OCR of visible text, a list of objects, structured JSON, etc.). Pass image as a local file path, an http(s) URL, or a data: URL (or an array of these for multiple images). This is how a text-only model can 'see' an image.

list_modelsA

List the Gemini model ids available on the configured OpenAI-compatible endpoint.

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/hsain9357/explain-image-mcp-server'

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