get_moon_phase
Calculate moon phase details for any date and location: phase name, illumination percentage, moon age, and rise/set times.
Instructions
Calculates precise moon phase information for a specific date and location using astronomical algorithms. Returns the moon phase name (new moon, waxing crescent, first quarter, waxing gibbous, full moon, waning gibbous, last quarter, waning crescent), illumination percentage, moon age in days, rise/set times, and position data. Location-aware calculations provide accurate local times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format | |
| location | No | Location for calculations (lat,lon or city name) | 0,0 |