Find Retrograde Periods
find_retrograde_periodsIdentify retrograde periods for any planet within a specified date range, returning exact station dates with zodiac positions.
Instructions
Find a planet's retrograde periods in a date range: exact station-retrograde and station-direct moments, with the longitude and sign at each end. Periods overlapping the range edges are included whole.
Examples:
"When is Mercury retrograde in 2026?" -> { body: "Mercury", from_datetime: "2026-01-01", to_datetime: "2027-01-01" }
The Sun and Moon never retrograde and are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Which planet (not Sun/Moon). | |
| to_datetime | Yes | End of the search window (max 50 years after start). | |
| from_datetime | Yes | Start of the search window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periods | Yes |