immich_search_smart
Find photos in Immich using natural language, like 'birthday cake' or 'red car', and return matches with metadata and optional thumbnails.
Instructions
Search photos using natural language (CLIP). Examples: 'sunset at beach', 'birthday cake', 'red car'. Returns matching photos with metadata. Use withImages=true to see thumbnails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of results (default 10, max 100) | |
| query | Yes | Natural language search query | |
| personIds | No | Filter by person IDs | |
| withImages | No | Include thumbnail images in response (default false) |