analyze_images_batch
Batch analyze multiple images (2-5) using Google Gemini Vision to compare screenshots, assess before/after changes, or review multi-page documents. Provide image sources and a prompt for analysis.
Instructions
Batch analyze multiple images (2-5) using Google Gemini Vision.
Same privacy rules as analyze_image_with_gemini apply. Useful for comparing screenshots, before/after views, or multi-page documents.
Supported inputs: local file paths or HTTP/HTTPS image URLs (can mix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_sources | Yes | Array of 2-5 image sources (local paths or URLs). Example: ['C:/a.png', 'https://example.com/b.png'] | |
| prompt | No | What to analyze across all images. Example: 'Compare these two screenshots and list differences.' | |
| model | No | Override the Gemini model. Defaults to env GEMINI_VISION_MODEL. | |
| confirm_send_to_gemini | No | Must be true only after the user explicitly agrees. Defaults to false. |