get_visible_planets
Find which planets are visible from your location by providing coordinates, date, and timezone to identify solar system planets currently above the horizon.
Instructions
Get a list of solar system planets currently visible (above horizon).
Args: lon: Observer longitude in degrees lat: Observer latitude in degrees time: Observation time string "YYYY-MM-DD HH:MM:SS" time_zone: IANA timezone string
Returns: Dict with keys "data", "_meta". "data" is a list of planet dicts (name, altitude, azimuth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lon | Yes | ||
| lat | Yes | ||
| time | Yes | ||
| time_zone | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||