search_metadata
Search photos by location, camera details, date range, favorites, and media type using EXIF metadata in Immich photo library.
Instructions
Search photos by EXIF metadata: location (city/state/country), camera (make/model), date range, favorites, and type (IMAGE/VIDEO).
Args:
city: Filter by city name (e.g. 'Barcelona', 'Cairo').
state: Filter by state/region.
country: Filter by country (e.g. 'Spain', 'Egypt').
make: Camera manufacturer (e.g. 'Apple', 'Canon').
model: Camera model (e.g. 'iPhone 14 Pro').
taken_after: ISO date — only photos after this date.
taken_before: ISO date — only photos before this date.
is_favorite: Filter favorites only.
asset_type: 'IMAGE' or 'VIDEO'.
page: Page number (default 1).
size: Results per page (default 50, max 200).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| state | No | ||
| country | No | ||
| make | No | ||
| model | No | ||
| taken_after | No | ||
| taken_before | No | ||
| is_favorite | No | ||
| asset_type | No | ||
| page | No | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |