get_cosmic_risk_score
Compute a risk score (0-100) by analyzing retrograde planets, lunar phase, and Kp-index to guide deployment and scheduling decisions.
Instructions
Compute a composite cosmic risk score from 0 (blissful ignorance) to 100 (do not touch the keyboard).
Score components:
Retrograde planets: +10 per planet (Mercury/Mars weighted higher)
Stationary planets: +5 per planet
Lunar phase modifier: −10 to +20
Kp-index modifier: −5 to +50 (when NOAA data is available for the date)
Data sources: NASA JPL DE421 ephemeris + NOAA SWPC Kp-index.
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 |