list_images
List images from the library using filters for rating, flag, or edits. Returns metadata with image IDs for use in other tools.
Instructions
List images in the library with optional filters.
rating_gte: only images rated >= this (0-5). flag: 'pick', 'reject', or
'none' for unflagged. Returns metadata including each image's id, which
all other tools take.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | No | ||
| sort | No | filename | |
| limit | No | ||
| order | No | asc | |
| offset | No | ||
| has_edits | No | ||
| rating_gte | No |