get_moon_info
Retrieve the Moon's phase, illumination, age, and position for any date and timezone.
Instructions
Get detailed information about the Moon's phase and position.
Args: time: Date string "YYYY-MM-DD HH:MM:SS" time_zone: IANA timezone string
Returns: Dict with keys "data", "_meta". "data" contains illumination, phase_name, age_days, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | ||
| time_zone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||