Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XBY_APIKEYYes你的实际apikey (Your actual API key)

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

NameDescription
getBaziDetailB

根据时间(公历或农历)、性别来获取八字信息。solarDatetime和lunarDatetime必须传且只传其中一个。

getSolarTimesC

根据八字获取公历时间列表。返回的时间格式为:YYYY-MM-DD hh:mm:ss。例如时间1998年7月31日下午2点整表示为:1998-07-31 14:00:00

getChineseCalendarB

获取指定公历时间(默认今天)的黄历信息。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: getBaziDetail retrieves birth chart information, getChineseCalendar provides almanac data, and getSolarTimes converts birth charts to solar times. There is no overlap in functionality, making tool selection unambiguous.

Naming Consistency4/5

The naming follows a consistent 'get' prefix pattern (getBaziDetail, getChineseCalendar, getSolarTimes), but uses camelCase instead of snake_case. While internally consistent, the deviation from a more common verb_noun pattern is a minor flaw.

Tool Count4/5

With 3 tools, the count is reasonable for a Chinese astrology/calendar server, but it feels slightly thin. A few additional tools, such as for date conversion or more detailed analyses, could enhance coverage without being excessive.

Completeness3/5

The tools cover core functions like birth chart retrieval, almanac lookup, and time conversion, but there are notable gaps. For example, there is no tool for updating or manipulating data, and advanced features like compatibility analysis or historical date lookups are missing, limiting workflow completeness.

Maintenance

ActivityInactive
ResponsivenessNo issues