get_nearby_observations
Find recent bird sightings near any location using latitude and longitude. Get a list of species observed or use it to answer 'what birds are near me now'.
Instructions
Get recent observations near a latitude/longitude — useful for 'what birds are near me right now'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lng | Yes | Longitude | |
| back | No | Days back (1-30) | |
| dist | No | Search radius in km (0-50, default 25) | |
| hotspot | No | Only hotspot observations | |
| maxResults | No | Max results |