get_astronomy
Retrieve sunrise, sunset, golden hour, blue hour, and moon phase times for any location to plan photography, events, or outdoor activities.
Instructions
Provides astronomical data for a location (sunrise, sunset, golden hour).
Useful for photography, event planning, and outdoor activity scheduling.
Data Provided:
Sunrise and sunset times
Day length
Golden hour (best lighting for photography)
Blue hour (evening twilight)
Moon phase information
Best photography windows
Use cases:
Photography location scouting
Outdoor event planning
Sunrise/sunset viewing trips
Time-lapse and video production planning
Examples:
"When is sunset in Zurich?"
"Best time for golden hour photography?"
"What's the sunrise time for hiking?"
Args: latitude: Latitude in decimal degrees longitude: Longitude in decimal degrees timezone: Timezone for timestamps (default: 'auto' tries to auto-detect)
Returns: Dictionary containing: - sunrise: Sunrise time (ISO format) - sunset: Sunset time (ISO format) - day_length_hours: Total daylight hours - golden_hour: Start and end times for optimal lighting - blue_hour: Twilight window for photography - moon_phase: Current lunar phase - best_photography_windows: Recommended times for photos
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| timezone | No | auto | |
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||