get_moon_phase
Get the moon phase, illumination, moon sign and next full/new moon for any date (1900–2100). Optionally pass latitude/longitude to also get moonrise and moonset times (UTC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date as YYYY-MM-DD or ISO 8601. Omit for now. | |
| latitude | No | Optional, -90..90. Requires longitude. | |
| longitude | No | Optional, -180..180. Requires latitude. |