get_moon_phase
Retrieve moon phase details for a specific date and location using NOAA Tides and Currents data. Input date, latitude, longitude, and format (json/text) to get accurate lunar phase information.
Instructions
Get moon phase information for a specific date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to get moon phase for (YYYY-MM-DD format). Defaults to current date. | |
| format | No | Output format (json or text) | |
| latitude | No | Latitude for location-specific calculations | |
| longitude | No | Longitude for location-specific calculations |