get_rising_sign
Calculate your rising sign using birth time, location, and date to determine the zodiac sign ascending on the eastern horizon at birth.
Instructions
计算上升星座,需要出生时间、地点和日期
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| birthHour | Yes | 出生小时(0-23) | |
| birthMinute | Yes | 出生分钟(0-59) | |
| latitude | Yes | 出生地纬度(-90到90) | |
| longitude | Yes | 出生地经度(-180到180) | |
| birthMonth | Yes | 出生月份(1-12) | |
| birthDay | Yes | 出生日期(1-31) | |
| birthYear | Yes | 出生年份(1900-2100) |