realtime_lens_data
Analyze an image URL with Google Lens to find visual matches, detect objects, extract text via OCR, and identify exact product matches.
Instructions
Google Lens on an image URL: visual matches, exact matches, object detection and OCR text extraction.
Operations (set "operation" to one of these; put its parameters in "args"):
search (required: url): Image Search
visual_matches (required: url): Visual Matches
exact_matches (required: url): Exact Matches
object_detection (required: url): Object Detection
ocr (required: url): Image to Text (OCR)
When to use: Use for deep visual analysis of an image (objects, text, exact product matches). For simple reverse lookup use reverse_image_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Parameters for the chosen operation as key/value pairs (see the tool description for required params). | |
| operation | Yes | Which endpoint to call. See the tool description for each operation and its parameters. |