ephemeris_electional
Scan a date range to find optimal electional astrology windows for events, scoring hourly planetary conditions and clustering the most auspicious continuous periods.
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 |
|---|---|---|---|
| format | No | Output format. 'llm' = compact token-efficient output (available on all tiers). | |
| end_date | Yes | End of the search window. ISO 8601 date or zoned datetime; a naive clock time is rejected. Date-only resolves to 12:00 UTC. | |
| latitude | Yes | Latitude of location in decimal degrees (positive = North). Resolve from a place name with location_search; never recall coordinates from memory. | |
| avoid_voc | No | If true, strictly ignores any moments where the Moon is Void of Course. | |
| longitude | Yes | Longitude of location in decimal degrees (positive = East). | |
| start_date | Yes | Start of the search window, e.g. '2026-03-01'. ISO 8601 date or zoned datetime; a naive clock time is rejected. Date-only resolves to 12:00 UTC. | |
| lunar_phase | No | Filter windows by lunar phase. Defaults to 'any'. | |
| 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'). |