get_favorable_window
Find the next calendar window with favorable cosmic conditions for deployments by limiting retrograde planets and requiring specific moon phases.
Instructions
Find the next calendar window where cosmic conditions are relatively favorable for deployments and major technical decisions.
A window qualifies when:
At most max_retrograde_planets planets are retrograde
The Moon is in a waxing crescent, first quarter, or waxing gibbous phase
The search covers 90 days from the start date. Calculations use real JPL ephemeris data.
Data source: NASA JPL DE421 ephemeris via Skyfield.
Args: max_retrograde_planets: Maximum number of retrograde planets to tolerate in the window. Default is 1. start_date: Optional start date for the search (ISO 8601 format, e.g. "2026-08-01"). If not specified, searches from now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_retrograde_planets | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |