Bazi MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getBaziDetailB | 根据时间(公历或农历)、性别来获取八字信息。solarDatetime和lunarDatetime必须传且只传其中一个。 |
| getSolarTimesB | 根据八字获取公历时间列表。返回的时间格式为:YYYY-MM-DD hh:mm:ss。例如时间1998年7月31日下午2点整表示为:1998-07-31 14:00:00 |
| getChineseCalendarB | 获取指定公历时间(默认今天)的黄历信息。 |
| buildBaziFromLunarDatetimeC | 根据农历时间、性别来获取八字信息。 |
| buildBaziFromSolarDatetimeC | 根据阳历时间、性别来获取八字信息。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Multiple tools have overlapping purposes that could cause confusion. buildBaziFromLunarDatetime, buildBaziFromSolarDatetime, and getBaziDetail all appear to generate bazi (eight characters) information from datetime inputs, with getBaziDetail explicitly stating it accepts both solar and lunar inputs. This creates ambiguity about which tool to use for bazi generation, though getBaziDetail's description clarifies parameter requirements.
The naming follows a mixed convention with some consistency issues. Four tools use verb_noun patterns (buildBaziFrom..., getBaziDetail, getChineseCalendar, getSolarTimes), but buildBaziFrom... uses camelCase while get... tools use lowercase. The verbs are reasonably descriptive but the casing inconsistency reduces predictability.
Five tools is well-scoped and appropriate for a bazi/Chinese calendar server. Each tool appears to serve a distinct function within the domain, and the count is neither too sparse nor overwhelming for the apparent scope of Chinese astrology and calendar operations.
The tool set covers core bazi generation from both calendar systems, detailed bazi analysis, Chinese calendar information, and solar time conversion from bazi. Minor gaps might include more advanced bazi analysis features or additional calendar functions, but the surface supports basic workflows without obvious dead ends.