gdrive_analyze_image
Analyze image files in Google Drive to extract metadata, generate thumbnails, and optionally compute color histograms for quick previews and insights.
Instructions
Analyze image files from Google Drive with metadata and preview generation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | ID of the image file to analyze | |
| thumbnailSize | No | Thumbnail width in pixels (default: 200) | |
| includeHistogram | No | Include color histogram data (default: false) | |
| generateThumbnail | No | Generate a thumbnail preview (default: true) |