get_moon_phase
Retrieve moon phase data for a specific date and location using NOAA Tides and Currents API. Supports JSON or text output for accurate lunar 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 |