calculate_birth_chart
Calculate a natal chart from birth date, place, and timezone. When birth time is missing, returns only time-independent positions and omits Ascendant and houses.
Instructions
Calculate structured natal chart data from birth information. When birth time is unknown, preserve that uncertainty and omit time-dependent results such as the Ascendant and houses rather than assuming a default time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Local civil birth date in YYYY-MM-DD format. | |
| time | No | Local clock time in HH:mm or HH:mm:ss format. | |
| place | No | Optional caller-side place label; it is not geocoded. | |
| latitude | Yes | ||
| timezone | Yes | IANA timezone identifier, such as America/New_York. | |
| longitude | Yes | ||
| unknown_time | No | Set true when no reliable birth time is available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||