electional_station_tracker
Find all upcoming retrograde and direct planetary stations by date range, with exact times, longitudes, and signs. Answers questions like 'When does Mercury go retrograde?'
Instructions
Find all upcoming retrograde and direct stations for planets in a date range. Returns exact station times, longitudes, and signs.
USE THIS TOOL FOR: 'When does Mercury go retrograde?', 'Is Venus retrograde this year?', 'What planets station this month?', 'When does Mars go direct?'
❌ NOT FOR: 'Is Mercury retrograde right now?' — that is the state at a single instant, so use ephemeris_retrograde_status (1 credit for one planet, vs 5 here).
All required fields have smart defaults (searches the next 90 days from today).
CREDIT COST: 5 credits per call.
EXAMPLE: Mercury and Venus stations in the next 3 months (all defaults): (no args required, will auto-scan next 90 days for all inner planets)
EXAMPLE: Outer planet stations in 2026: start_date='2026-01-01', end_date='2026-12-31', planets='jupiter,saturn,uranus,neptune,pluto'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. | |
| planets | No | Comma-separated planet names to track. E.g. 'mercury,venus,mars' or 'jupiter,saturn,uranus,neptune,pluto'. Defaults to Mercury through Saturn (inner + classical planets). | |
| end_date | No | End date (ISO 8601). Defaults to +90 days. | |
| start_date | No | Start date (ISO 8601). Defaults to today. |