explore_moon_phase
Generate an interactive Moon Phase dial showing illumination, zodiac sign, and void-of-course status. Includes lunar age and upcoming New/Full Moon dates.
Instructions
Generate an interactive Moon Phase dial showing the current lunar illumination, phase name, zodiac sign, and void-of-course status as a beautiful circular visualization.
Returns a visual dial with: • SVG crescent Moon showing real-time illumination percentage • Phase name and waxing/waning indicator • Current Moon sign with degree • Void-of-Course status with timing details • Lunar age (days in the synodic cycle) • Upcoming New Moon and Full Moon dates
CREDIT COST: 3 credits per call (phase + void-of-course + aspects, 1 each).
Use this instead of ephemeris_moon_phase for a rich, interactive lunar phase experience in MCP Apps-capable hosts (Claude Desktop). Falls back to a text summary in other hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | No | ISO 8601 datetime to query, stating its zone ('2026-03-20T12:00:00Z'), or a local time together with timezone. If omitted, returns the current live moon phase (UTC now). | |
| latitude | No | Observer latitude (optional, used for local void-of-course calculations). | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| longitude | No | Observer longitude (optional, used for local void-of-course calculations). |