ephemeris_electional
Identify the best times for events using electional astrology by scanning a date range to evaluate hourly planetary dignity, aspects, lunar phase, and void-of-course moon penalties, then clustering the top continuous windows.
Instructions
Find optimal planetary timing windows (electional astrology). Scans a date range to find the best times for an event based on essential dignity, aspect quality, sect, and void-of-course moon penalties. Evaluates every hour and clusters the best continuous windows.
CREDIT COST: 5 credits per call (heavy calculation).
EXAMPLE: Find the best time to launch a business in early March 2026. start_date='2026-03-01', end_date='2026-03-10', latitude=40.7128, longitude=-74.0060, avoid_voc=true, lunar_phase='waxing'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ISO 8601 start date or datetime for the search window (e.g., 2026-03-01). | |
| end_date | Yes | ISO 8601 end date or datetime for the search window. | |
| latitude | Yes | Latitude of location in decimal degrees (positive = North). | |
| longitude | Yes | Longitude of location in decimal degrees (positive = East). | |
| max_results | No | Maximum number of top windows to return (default 5). | |
| avoid_retrograde | No | Comma-separated list of planets to avoid when retrograde (e.g., 'mercury,venus'). | |
| lunar_phase | No | Filter windows by lunar phase. Defaults to 'any'. | |
| avoid_voc | No | If true, strictly ignores any moments where the Moon is Void of Course. | |
| format | No | Output format. 'llm' = compact token-efficient output (available on all tiers). |