get_ziwei_chart
Generate a Ziwei Doushu (Purple Star Astrology) chart using birth details to analyze destiny through twelve palaces, main stars, auxiliary stars, and transformations.
Instructions
获取紫微斗数排盘信息,包含命盘十二宫、主星、辅星、四化等详细信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 出生日期,格式:YYYY-MM-DD,例如:2000-08-16 | |
| time_index | Yes | 出生时辰序号(0-12) | |
| gender | Yes | 性别:男 或 女 | |
| calendar | No | 历法类型:solar(阳历) 或 lunar(农历) | solar |
| is_leap_month | No | 是否为闰月(仅当calendar=lunar时有效) | |
| format | No | markdown | |
| language | No | zh-CN | |
| longitude | No | 出生地经度,用于真太阳时修正 | |
| latitude | No | 出生地纬度 | |
| use_solar_time | No | 是否启用真太阳时修正 | |
| birth_hour | No | 精确出生小时(0-23) | |
| birth_minute | No | 精确出生分钟(0-59) |