Skip to main content
Glama

MCP Server Gemini

by gurr-i

analyze_image

Analyze images using Gemini AI vision models to answer questions, identify content, or extract information from images provided via URL or base64 data.

Instructions

Analyze images using Gemini vision capabilities

Input Schema

NameRequiredDescriptionDefault
imageBase64NoBase64-encoded image data (alternative to URL)
imageUrlNoURL of the image to analyze
modelNoVision-capable Gemini modelgemini-2.5-flash
promptYesQuestion or instruction about the image

Input Schema (JSON Schema)

{ "properties": { "imageBase64": { "description": "Base64-encoded image data (alternative to URL)", "type": "string" }, "imageUrl": { "description": "URL of the image to analyze", "type": "string" }, "model": { "default": "gemini-2.5-flash", "description": "Vision-capable Gemini model", "enum": [ "gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.0-flash" ], "type": "string" }, "prompt": { "description": "Question or instruction about the image", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from MCP Server Gemini

Related Tools

    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/gurr-i/mcp-server-gemini-pro'

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