get_planetary_status
Check the motion status of planets Mercury through Neptune using real JPL ephemeris data. Get direct, retrograde, or stationary status with astrological interpretation for software development decisions.
Instructions
Return the motion status (direct, retrograde, or stationary) of all tracked planets — Mercury through Neptune — based on real JPL ephemeris data.
Each planet entry includes its ecliptic longitude, daily speed, domains of responsibility in software development, and an interpretation of its current motion.
Data source: NASA JPL DE421 ephemeris via Skyfield.
Args: date: Optional date to evaluate (ISO 8601 format, e.g. "2026-03-10"). If not specified, uses the current date/time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |