list_images
Retrieve image filenames from a specified folder for identification with Google Lens. Designed for text-only models that cannot process images directly.
Instructions
List image files in a directory so you can pass them to google_lens.
This is useful for text-only models that cannot receive images directly. The user saves an image to ~/lens/ (or any folder) and asks you to identify it.
Default directory: ~/lens/
Sample prompts that trigger this tool: - "What images are in my lens folder?" - "Identify the latest image" - "Check ~/lens/ for new images" - "What did I save?"
Args: directory: Folder to scan for images. Defaults to ~/lens/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |