get_big_three
Calculate the Sun, Moon, and Ascendant from birth date, time, and location. Returns the Big Three and omits Ascendant if birth time is unknown.
Instructions
Calculate the Sun, Moon, and Ascendant for a birth chart. If birth time is unknown, do not guess the Ascendant; return it as unavailable according to the GetBirthChart contract.
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 | |||