ephemeris_natal_transits
Identify which current planets are aspecting natal positions by calculating active transits to a natal chart, enabling predictive astrology.
Instructions
Calculate active transits to a natal chart — shows which current planets are aspecting natal positions. Essential for predictive astrology.
CREDIT COST: 3 credits per call.
EXAMPLE: Current transits to someone born 1990-04-15: natal_datetime='1990-04-15T14:30:00', natal_latitude=41.88, natal_longitude=-87.63
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| natal_datetime | Yes | Natal birth datetime (ISO 8601). | |
| natal_timezone | No | IANA timezone name for Natal, e.g. 'America/Denver'. | |
| natal_latitude | Yes | Natal birth latitude. | |
| natal_longitude | Yes | Natal birth longitude. | |
| transit_datetime | No | Transit moment (ISO 8601). Defaults to now. | |
| transit_timezone | No | IANA timezone name for Transit, e.g. 'America/Denver'. Only applicable if transit_datetime is provided without offset. | |
| format | No | Use 'llm' for token-efficient LLM projection. |