get_next_sun_event
Retrieve the next occurrence(s) of sun events like sunrise, sunset, or dawn for a specific location and date. Supports custom time zones and outputs in JSON or text formats.
Instructions
Get the next occurrence(s) of a specific sun event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of occurrences to return. Defaults to 1. | |
date | No | Starting date (YYYY-MM-DD format). Defaults to current date. | |
event | Yes | Sun event to find | |
format | No | Output format (json or text) | |
latitude | Yes | Latitude for location-specific calculations | |
longitude | Yes | Longitude for location-specific calculations | |
timezone | No | Timezone for the results. Defaults to UTC. |