get_map_markers
Retrieve GPS map markers for geotagged photos to discover locations or build travel maps. Returns up to 500 markers with asset ID and coordinates.
Instructions
Get GPS map markers for all geotagged assets. Use this to discover where photos were taken or to build travel maps. For searching by city/country name, use search_metadata instead. Read-only. Returns up to 500 markers.
Args:
file_created_after: ISO date lower bound (e.g. '2023-01-01').
file_created_before: ISO date upper bound.
is_favorite: If true, only return favorites.
Returns: JSON with total count and markers array (each with asset ID, lat, lon).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_favorite | No | ||
| file_created_after | No | ||
| file_created_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |