Skip to main content
Glama

Gemini Pro MCP Server

by lutic1

analyze_image

Analyze image content using Google's Gemini Pro Vision AI to extract descriptions, identify objects, or answer questions about visual data.

Instructions

Analyze an image using Gemini 2.5 Pro Vision

Input Schema

NameRequiredDescriptionDefault
imageDataYesBase64 encoded image data
promptNoText prompt to describe what to analyze in the imageDescribe this image

Input Schema (JSON Schema)

{ "properties": { "imageData": { "description": "Base64 encoded image data", "type": "string" }, "prompt": { "default": "Describe this image", "description": "Text prompt to describe what to analyze in the image", "type": "string" } }, "required": [ "imageData" ], "type": "object" }

Other Tools from Gemini Pro MCP Server

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/lutic1/Google-MCP-Server-'

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