gemini_analyze_image
Provide an image file path to analyze its content with Gemini Vision. Customize analysis with an optional prompt and model.
Instructions
Analyze an image file with Gemini Vision
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model name (default: gemini-3.1-pro-preview) | |
| prompt | No | Prompt for image analysis (default: Describe this image in detail) | |
| imagePath | Yes | Absolute path to the image file |