get_map_markers
Retrieve GPS coordinates of geotagged photos to discover photo locations or build travel maps. Filter by creation date or favorites.
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 |
|---|---|---|---|
| file_created_after | No | ||
| file_created_before | No | ||
| is_favorite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |