zmanim_get_shabbat_times
Calculate Shabbat candle lighting and Havdalah times for any location and date. Enter coordinates, time zone, and candle lighting offset to get precise sunset, lighting, and nightfall times.
Instructions
Get Shabbat candle lighting and Havdalah times for a specified location and date.
This tool calculates:
Candle lighting time (before sunset, typically 18-40 minutes depending on custom)
Sunset time (when Shabbat begins)
Tzeis HaKochavim (nightfall, when Shabbat ends, 72 minutes after sunset)
Args: params (CandleLightingInput): Input parameters including: - location, latitude, longitude, time_zone, date (from LocationInput) - candle_lighting_offset: Minutes before sunset (default 18)
Returns: str: Shabbat times in the requested format
Note: Different communities have different customs for candle lighting time. Jerusalem uses 40 minutes, while many communities use 18 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |