moon_phases
Retrieve moon phase events (new moon, first quarter, full moon, last quarter) within a specified date range, defaulting to the next 90 days. Answers questions like 'When is the next full moon?'
Instructions
List New Moon / First Quarter / Full Moon / Last Quarter events within a date range. Use this when the user asks "when is the next full moon?", "list the moon phases this month", or "when was the last new moon?". If no range is given, the API defaults to now through +90 days.
Args: from_date: Start of the range, ISO 8601 (e.g. "2026-08-01"). Omit for "starting now". to_date: End of the range, ISO 8601 (e.g. "2026-11-01"). Omit for "90 days from the start". tz: IANA timezone name for the returned event timestamps and any local-time labeling. Defaults to "UTC".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | No | UTC | |
| to_date | No | ||
| from_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||