Get Next Moon Phase Occurrence
astro_get_next_moon_phaseFind the date(s) of the next occurrence(s) of a principal moon phase (New Moon, First Quarter, Full Moon, Last Quarter) from a starting date.
Use for: "when is the next full moon?", planning around spring tides (which follow new/full moons by 1–2 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Search start date (YYYY-MM-DD). Defaults to today. | |
| count | No | How many occurrences to return. | |
| phase | Yes | Which principal phase to find. | |
| response_format | No | Output format: "markdown" for a readable summary table, "json" for the complete structured payload. | markdown |