Skip to main content
Glama
ISC License
137
57

buildBaziFromSolarDatetime

Generate accurate Bazi (Chinese astrological charts) using solar date, time, gender, and sect settings for personality analysis and destiny forecasting.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
eightCharProviderSectNo早晚子时配置。传1表示23:00-23:59日干支为明天,传2表示23:00-23:59日干支为当天。
genderYes传0表示女性,传1表示男性。
solarDatetimeYes用ISO时间格式表示的阳历时间. 例如:`2008-03-01T13:00:00+08: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" }, "solarDatetime": { "description": "用ISO时间格式表示的阳历时间. 例如:`2008-03-01T13:00:00+08:00`。", "type": "string" } }, "required": [ "solarDatetime", "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