analyze_image
Analyze images and get answers to your questions using Gemini. Provide a prompt along with either base64 data or a file path to receive a detailed response.
Instructions
Analyze an image and answer questions about it using Gemini
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Question or instruction about the image | |
| imageData | No | Base64 encoded image data to analyze (optional if imagePath is provided) | |
| imagePath | No | Path to the image file to analyze (optional if imageData is provided) |