ziwei_basic
Generate a complete Ziwei Doushu natal chart from birth date, time, and gender. Output includes palace positions, star brightness, and four transformations for analysis.
Instructions
计算紫微斗数命盘(基础排盘)。
输入出生时间,返回完整的紫微命盘信息:
十二宫位排布及干支
各宫主星及亮度(庙/旺/得/利/平/不/陷)
各宫辅星配置
命宫与身宫位置
本命四化(化禄/权/科/忌)
输出为结构化文本,便于 AI 分析解读。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Birth year (e.g., 1990) | |
| month | Yes | Birth month (1-12) | |
| day | Yes | Birth day (1-31) | |
| hour | Yes | Birth hour in 24-hour format (0-23) | |
| minute | No | Birth minute (0-59) | |
| gender | Yes | Gender (required for ZiWei calculation) | |
| isLunar | No | Whether the input date is in lunar calendar (農曆). If true, will be converted to solar calendar internally. | |
| detail | No | Output detail level | standard |
| targetYear | No | Calculate yearly fortune for this specific year | |
| includeDecades | No | Include decade fortune (大限) | |
| includeMutagen | No | Include four mutagens (四化) |