Moon Phase
astral_moon_phaseRetrieve the moon phase, zodiac sign, illumination percentage, and sun-moon angle for a specified local date and time. Ideal for planning rituals or answering moon phase questions.
Instructions
Get the moon phase (new, waxing, full, waning, etc.), the moon's sign, illumination percentage and sun–moon angle for now or a chosen local date/time. Location-independent — no birth data needed. Good for ritual timing, journaling prompts, or 'what phase is the moon in' questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on_date | No | Local date as YYYY-MM-DD. Defaults to today. | |
| on_time | No | Local time as 24h HH:MM. Defaults to noon. | |
| timezone | No | IANA timezone for interpreting on_date/on_time, e.g. America/New_York. Defaults to UTC. | UTC |
| response_format | No | Output shape. 'markdown' is a readable briefing for display; 'json' returns the full structured chart for further processing. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | Yes | ||
| phase | Yes | ||
| moonSign | Yes | ||
| timezone | Yes | ||
| generatedAt | Yes | ||
| illumination | Yes |