get_moon_info
Retrieve the Moon's phase, illumination, and position data for any specified date and time zone to support stargazing planning and astronomical observations.
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 | |||