get_eclipse_calendar
Retrieve solar and lunar eclipses within a date range, with visibility and Sutak timings for a specific city.
Instructions
Returns all solar and lunar eclipses in a date range with per-city visibility and Sutak timing. Each eclipse entry includes: kind (Solar/Lunar), subtype (Total/Annular/Partial/Penumbral), visible (whether it is observable from the given city), start/end times in local time, and sutak (ritual impurity window — 12 hours before Solar, 9 hours before Lunar) for visible eclipses only. Max range: 730 days (two years). Args: start_date=YYYY-MM-DD, end_date=YYYY-MM-DD, city=city name (or pass latitude+longitude; timezone derived if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Hyderabad | |
| end_date | Yes | ||
| latitude | No | ||
| timezone | No | ||
| longitude | No | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |