Find foliage spots at peak
find_peak_spotsFind Japan autumn-foliage viewing spots whose forecast best-viewing window covers a date or date range, optionally near a place. Use it for 'where should I go on ?', 'when does peak?', and 'is still at peak on ?' questions. Give a date (or date_from/date_to) plus optionally a location: near (city or prefecture name, e.g. 'Kyoto') or lat/lon, with radius_km; or restrict by region or prefecture. Returns each spot's forecast peak window (start–end), confidence in days, nearest rail station, leaf type, and a page URL, sorted by prominence then proximity. Example prompts: 'Which foliage spots near Kyoto peak on 20 November?', 'Best koyo in Tohoku the first week of November', 'Is Nikko past peak by 1 December?'. Example call: {date: '2026-11-20', near: 'Kyoto', radius_km: 60}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude, alternative to near. | |
| lon | No | Longitude, alternative to near. | |
| date | No | Target date, YYYY-MM-DD. Use this OR date_from/date_to. | |
| near | No | City or prefecture name to search around, e.g. 'Kyoto', 'Nikko', 'Aomori'. | |
| limit | No | Max results, default 10, max 25. | |
| region | No | Restrict to one region of Japan. | |
| status | No | 'peak' (default): spots whose best-viewing window covers the date(s). 'any': no status filtering, statuses labeled. | |
| date_to | No | End of a date range, YYYY-MM-DD (pair with date_from). | |
| date_from | No | Start of a date range, YYYY-MM-DD (pair with date_to). | |
| radius_km | No | Search radius around the location in km. Default 60 (day-trip range). | |
| prefecture | No | Restrict to one prefecture, e.g. 'Aomori'. |