Skip to main content
Glama
ISC License
137
57

buildBaziFromLunarDatetime

Generate accurate Chinese Bazi astrological charts using lunar datetime and gender for personality analysis and destiny forecasting.

Instructions

根据农历时间、性别来获取八字信息。

Input Schema

NameRequiredDescriptionDefault
eightCharProviderSectNo早晚子时配置。传1表示23:00-23:59日干支为明天,传2表示23:00-23:59日干支为当天。
genderYes传0表示女性,传1表示男性。
lunarDatetimeYes农历时间。例如:`2000-5-15 12:00:00`。

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eightCharProviderSect": { "default": 2, "description": "早晚子时配置。传1表示23:00-23:59日干支为明天,传2表示23:00-23:59日干支为当天。", "type": "number" }, "gender": { "description": "传0表示女性,传1表示男性。", "type": "number" }, "lunarDatetime": { "description": "农历时间。例如:`2000-5-15 12:00:00`。", "type": "string" } }, "required": [ "lunarDatetime", "gender" ], "type": "object" }

You must be authenticated.

Other Tools from Bazi MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cantian-ai/bazi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server