Analyze Image
analyze_imageAnalyze images using Gemini's multimodal understanding. Provide one or more images and a prompt to receive a text-based analysis of their content.
Instructions
Analyze and extract information from one or more images using Gemini multimodal understanding. Returns a text analysis - no image is generated. Default model: gemini-3-pro-preview. DO NOT SET max_tokens - the server allocates the model's full output ceiling automatically; a small cap is spent on Gemini 3 thinking and returns empty output that looks like a timeout. [MCP_RECOMMENDED_TIMEOUT_MS: 300000]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Omit to use gemini-3-pro-preview. Other valid options: gemini-3.1-pro-preview, gemini-3-flash-preview. Do NOT pass gemini-1.5-* or gemini-pro-vision — those are out of support. | |
| images | Yes | One or more images to analyze | |
| prompt | Yes | What to analyze or extract from the image(s) | |
| max_tokens | No | Output token budget INCLUDING Gemini 3 thinking tokens. OMIT THIS — the server allocates the model's full output ceiling (a cap, not consumption; unused headroom costs nothing). Values below 4096 are IGNORED; values above the model's real limit are clamped. | |
| global_media_resolution | No | Global image quality for cost optimization. MEDIUM recommended for PDFs (50% savings). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| success | Yes |