get_next_moon_phase
Calculate the next occurrence of specific moon phases (New Moon, First Quarter, Full Moon, Last Quarter) starting from a chosen date. Input phase, date, count, and format to receive results in JSON or text.
Instructions
Get the next occurrence(s) of a specific moon phase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of occurrences to return. Defaults to 1. | |
date | No | Starting date (YYYY-MM-DD format). Defaults to current date. | |
format | No | Output format (json or text) | |
phase | Yes | Moon phase to find |