Festival Calendar
asterwise_get_festival_calendarGet major Hindu festival dates for any year and location, including Diwali, Holi, and 18 more, to plan celebrations accurately.
Instructions
Computes all major Hindu festival dates for a given year and location. Returns 20 pan-Hindu festivals including solar sankrantis (Makar Sankranti, Vaisakhi) and tithi-based festivals (Diwali, Holi, Dussehra, Janmashtami, Ganesh Chaturthi, Ram Navami, and 12 others).
WORKFLOW: BEFORE: None — standalone. AFTER: asterwise_get_panchanga — drill into full Panchanga detail for any specific festival date.
INPUT CONTRACT: year: integer 1900-2100. Either location (city name) OR latitude + longitude + timezone must be provided.
DO NOT CONFUSE WITH: asterwise_get_panchanga_calendar — full Panchanga for every day of a month; not festival-specific. asterwise_get_muhurta — finds auspicious windows for activities; not a festival calendar.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-festival-calendar/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Four-digit calendar year, e.g. 2026. Defaults to the current year when omitted. | |
| latitude | No | Latitude in decimal degrees, north positive (e.g. 13.08). | |
| location | No | Place name, e.g. 'Chennai, India'. Alternative to giving latitude, longitude and timezone. | |
| timezone | No | IANA time zone name, e.g. 'Asia/Kolkata'. | |
| longitude | No | Longitude in decimal degrees, east positive (e.g. 80.27). | |
| response_format | No | Output format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |