get_recent_checklists
Retrieve recent birding checklists from a hotspot or region, returning subIDs to view each checklist in detail.
Instructions
Get recent checklists submitted at a hotspot or in a region. Returns subId for each checklist so a specific one can be viewed with view_checklist. Use resolve_hotspot first if you only have a hotspot name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (use with lng to find checklists near a location) | |
| lng | No | Longitude (use with lat) | |
| locId | No | eBird hotspot location ID (e.g., L1234567) | |
| maxResults | No | Max results to return (default 10) | |
| regionCode | No | eBird region code (e.g., US-NJ) |