ephemeris_moon_phase
Determine the Moon's phase name, exact angle, illumination percentage, and void-of-course status for a specified datetime or the current moment.
Instructions
Get the Moon's current phase angle, illumination, and void-of-course status AT a specific point in time. Returns phase name (New, Waxing Crescent, First Quarter, etc.), exact angle, illumination %, and next void-of-course period.
⚠️ THIS TOOL ANSWERS: 'What phase is the moon in right now (or at a given datetime)?' ❌ THIS TOOL DOES NOT ANSWER: 'When is the next new moon / full moon?' → For upcoming phase DATES use ephemeris_next_lunar_phase instead.
CREDIT COST: 1 credit per call.
If no datetime is provided, returns the current (live) moon phase.
EXAMPLE: Get moon phase for a specific date/time: datetime='2026-03-20T12:00:00Z'
EXAMPLE: Get the current moon phase right now: (call with no arguments)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | No | ISO 8601 datetime to query. If omitted, returns the current live moon phase (UTC now). | |
| latitude | No | Observer latitude (optional, used for local void-of-course calculations). | |
| longitude | No | Observer longitude (optional, used for local void-of-course calculations). |