get_map_markers
Extract GPS coordinates and asset IDs from your Immich photo library to identify geographic locations. Filter results by date or favorites to discover where photos were taken.
Instructions
Get all GPS map markers from the library. Returns asset IDs with lat/lon coordinates. Use this to discover all geographic locations in the photo library.
Args:
file_created_after: Optional ISO date filter (e.g. '2023-01-01').
file_created_before: Optional ISO date filter.
is_favorite: Filter favorites only.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_created_after | No | ||
| file_created_before | No | ||
| is_favorite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |