Moon Phases
usno.astronomy.moon_phasesRetrieve all moon phase dates for any year—New Moon, First Quarter, Full Moon, Last Quarter—with precise UTC timestamps from the US Naval Observatory.
Instructions
Get all moon phase dates for a year — New Moon, First Quarter, Full Moon, Last Quarter with exact UTC timestamps. ~50 phases per year. Source: US Naval Observatory (canonical astronomical authority, US Gov public domain).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year for moon phases (default: current year, e.g. 2026) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |