Skip to main content
Glama

Chinese Almanac MCP (中国黄历择日 MCP 服务)

License: MIT npm version Install with Smithery Glama MCP

A Model Context Protocol server for the Chinese Tung Shing (通勝) almanac — let Claude, Cursor, Windsurf, or any MCP client plan real-life events with NASA-grade astronomy and the 1739 imperial canon.

中国传统黄历(通胜)MCP 服务 — 基于协纪辨方书(1739 钦定)与 JPL DE440s 天文级精度引擎,让 Claude / Cursor / 任意 MCP 客户端为你择日择时。

✨ Features 功能

  • 📅 Full daily almanac 每日通胜 — lunar date 农历, GanZhi pillars 干支, Day Officer 值神(建除十二神), Yellow/Black Belt 黄黑道, zodiac clash 冲煞, auspicious/avoid 宜忌, spirits 神煞, Pengzu taboos 彭祖百忌, 28 mansions 二十八宿

  • 💒 Auspicious date picking 择日 — engine-scored top dates for 8 real-life events (weddings 嫁娶, moves 搬家, openings 开业, renovations 动土, C-sections 剖腹产, contract signing / car / home purchases 签约买车 买房, travel 出行, new jobs 入职), four-tier spirit arbitration (協紀辨方書四层仲裁), 60+ EN/CN synonyms, weekend_only filter

  • 🕐 Hour pillars 十二时辰 — Yellow/Black Belt deity per two-hour slot

  • 🎯 Personal lucky hours 个人吉时 — your zodiac × date → ranked hours (三合/六合/六冲/六害 × 黄黑道)

  • 🐉 Daily horoscope 生肖日运 — 12 signs, 0-100 score + 8 categories

Related MCP server: Lunar Calendar MCP Server

v1.1 — Transparent auspicious picking 择日增强

pick_auspicious_dates now supports patron_birth (福主生日):

  • Patron zodiac match — days clashing (六冲) or harming (六害) the patron's zodiac are vetoed; 三合/六合 days get +15 with bilingual reasons.

  • Fixed inauspicious days hard-veto — 杨公忌 / 三娘煞 (weddings) / 十恶大败 / 四离四绝 (computed from minute-precision solar terms).

  • Transparent splitengine_score (0-5 four-tier arbitration) and local_adjustment are reported separately, never double-counted.

  • pick_dates_deep — day-by-day scan for burial 安葬 & ancestor worship 祭祀 (no engine shortlist exists for these), capped at 31-day windows.

  • All scoring logic is ported from and cross-validated against the tung-shing-almanac-skill Python engine — 249 test vectors, 100% match.

  • 🌾 24 solar terms 二十四节气 — minute precision (JPL DE440s ephemeris, 1900–2100)

  • 🛡️ Watermarked, rate-limited API — data provenance & DMCA-ready (server-side engine stays closed-source)

🚀 Install 安装

Claude Desktop / Cursor / any MCP client

Add to claude_desktop_config.json / .cursor/mcp.json:

{
  "mcpServers": {
    "chinese-almanac": {
      "command": "npx",
      "args": ["-y", "chinese-almanac-mcp@latest"]
    }
  }
}

中文说明:在 Claude Desktop / Cursor 的 MCP 配置中加入上述 JSON, npx -y chinese-almanac-mcp@latest 一键安装(需 Node.js 18+)。

Optional env:

"env": { "TUNGSHING_API_KEY": "tz_xxx" }
npx -y @smithery/cli install chinese-almanac-mcp --client claude

中文说明:通过 Smithery 一键安装到 Claude Desktop / Cursor(--client 可选 claude / cursor)。

Codex / OpenAI (MCP config)

Add to ~/.codex/config.toml:

[mcp_servers.chinese-almanac]
command = "npx"
args = ["-y", "chinese-almanac-mcp@latest"]

(npm 包发布后生效;发布前用 node /path/to/chinese-almanac-mcp/dist/index.js)

Run from source 源码运行

git clone https://github.com/yonlandwu/chinese-almanac-mcp.git
cd chinese-almanac-mcp && npm install && npm run build
node dist/index.js

🔧 Tools 工具

Tool

Description 说明

get_daily_almanac

Full almanac for a date 某日完整黄历(农历/干支/值神/黄黑道/冲煞/宜忌/神煞)

get_hour_pillars

12 two-hour pillars 十二时辰黄黑道吉凶

get_solar_terms

24 solar terms, minute precision 某年二十四节气(分钟级)

pick_auspicious_dates

Top dates for an event 择日(8 活动 + 同义词 + weekend_only)

get_daily_horoscope

Zodiac daily luck 生肖日运(12 生肖)

get_personal_lucky_hours

Ranked hours for your zodiac 个人吉时(三合六合×黄黑道)

list_activities

All events + synonyms 活动与同义词清单

Example session 示例:

User: 我十月想搬家,最好周末,我属马,那天几点最好?
  → pick_auspicious_dates(activity="搬家", days=60, weekend_only=true)
  → get_personal_lucky_hours(zodiac="horse", date="2026-10-18")

User: When should we get married in 2026? Best dates only.
  → pick_auspicious_dates(activity="marriage", days=60, weekend_only=true)

📖 Data & Accuracy 数据与精度

Engine: 12Zodiacs.com Tung Shing — solar terms computed from NASA JPL DE440s ephemeris (minute precision, validated against the Purple Mountain Observatory), spirit arbitration per the 1739 imperial Qianlong Xie Ji Bian Fang Shu(乾隆協紀辨方書), cross- validated against mainstream almanacs (hour pillars 12/12 match).

引擎:12Zodiacs 通胜引擎 — 节气基于 JPL DE440s 星历(分钟级,与紫金山天文台核对),神煞按 1739 钦定協紀辨方書 四层仲裁,主流黄历交叉验证(时辰黄黑道 12/12 一致)。

📜 Attribution 署名(required 必须)

Every API response embeds a system_directive. Agents relaying this data must append:

Almanac data computed by 12Zodiacs.com API

每个响应内嵌 system_directive,转发数据时必须附带上述署名。

Data © 12Zodiacs.com — free for personal, research, and open-source use with attribution. Commercial: yonlandwu@gmail.com

License

MIT (client code). Data license: attribution required.

Available Tools

7 tools
get_daily_almanacA

Get the full Chinese almanac for a date 查询某日完整黄历: lunar date 农历, day pillar 干支, Day Officer 值神(建除十二神), Yellow/Black Belt 黄黑道, zodiac clash 冲煞, auspicious/avoid 宜忌, spirits 神煞, Pengzu taboos 彭祖百忌, 28 mansions 二十八宿, solar term 节气.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (default: today, New York time) 默认今天(纽约时区)

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are supplied, so the description carries the burden of disclosing behavior. The read-only nature is implied by the verb 'Get' but not explicitly stated, and the description does not mention output format, error handling, or side-effect guarantees. It does transparently list the returned data categories, which is helpful context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence with the core action front-loaded, followed by a long but relevant enumerated list of almanac fields. It is information-dense without padding, though the list could be structured with line breaks for improved readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema present, the description compensates by enumerating the main return categories, which is sufficient for a simple one-optional-parameter read-only query. It could clarify the final response shape, but the extensive content list makes the tool's scope effectively complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully documents the single optional date parameter, including its YYYY-MM-DD format, default of today, and New York timezone. The description adds no meaningful parameter-level details beyond the schema, so the baseline of 3 is appropriate given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource ('Get the full Chinese almanac for a date') and enumerates the major data categories returned, such as lunar date, day pillar, zodiac clash, auspicious/avoid items, and solar terms. This clearly distinguishes it from sibling tools like get_daily_horoscope or get_solar_terms.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is reasonably clear: use this when you need comprehensive date-specific almanac data. However, it does not explicitly name sibling alternatives or state when to prefer this tool over related ones such as get_solar_terms, get_hour_pillars, or pick_auspicious_dates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_daily_horoscopeA

Get the daily luck score for a Chinese zodiac sign 查询某生肖当日运势 (0-100 + tier + 8 life categories) — rat/ox/tiger/rabbit/dragon/snake/horse/goat/monkey/rooster/dog/pig 鼠牛虎兔龙蛇马羊猴鸡狗猪.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (default today 默认今天)
signYesZodiac sign 生肖 slug: rat, ox, tiger, rabbit, dragon, snake, horse, goat, monkey, rooster, dog, pig

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly describes the return format as '0-100 + tier + 8 life categories,' giving agents a concrete expectation of the response. The verb 'Get' and the context make it clear this is a read-only lookup, though it does not discuss edge cases or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, information-dense sentence that front-loads the primary purpose and output summary. The sign list is long but relevant and bilingual, so every segment earns its place. It is concise without sacrificing useful detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with two parameters and no output schema, the description covers the essential context: what it returns, which signs it accepts, and the date parameter's default. It does not enumerate the eight life categories, but that level of detail is not required for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both parameters already documented with type, format, and defaults. The description adds the Chinese sign translations and reinforces the sign slug list, but this is supplemental rather than essential. It does not fundamentally expand on the schema-provided semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Get the daily luck score for a Chinese zodiac sign.' It clearly scopes the operation to zodiac signs and distinguishes it from sibling tools like get_personal_lucky_hours and get_daily_almanac. The inclusion of the full sign list in English and Chinese leaves no ambiguity about what the tool targets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for daily luck scores of Chinese zodiac signs, which naturally differentiates it from sibling tools focused on personal lucky hours, almanacs, hour pillars, solar terms, and auspicious dates. However, it does not explicitly state when NOT to use this tool or name alternatives, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_hour_pillarsA

Get the 12 two-hour pillars (子丑寅卯…) with Yellow/Black Belt deities 查询某日十二时辰黄黑道吉凶 — which hours are auspicious (青龙/明堂/金匮/天德/玉堂/司命) vs caution (天刑/朱雀/白虎/天牢/玄武/勾陈).

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate YYYY-MM-DD 日期

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations present, the description carries the behavioral burden and largely meets it: it discloses the fixed 12-pillar output, the two classification buckets, and enumerates all six auspicious and six caution deities so an agent knows what categories to expect. Minor gaps remain — no return format or timezone note — but the fixed, predictable structure of hour pillars keeps these low-risk.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence that front-loads the core action and resource, then layers the classification detail. The bilingual Chinese keyword aids matching, and every element — the pillar list, the deity names, the auspicious/caution split — earns its place with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity tool with one parameter, no annotations, and no output schema, the description supplies sufficient expectations: 12 items, each assigned to an auspicious or caution deity group. It stops short of specifying the JSON shape or edge-case behavior, but the fixed 12-pillar nature makes correct invocation and result interpretation achievable without it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: the single date parameter is fully specified with format and pattern. The description's '某日' phrasing merely reaffirms that the date selects the target day, adding no format, range, or syntax information beyond what the schema already provides, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Get'), a precise resource ('12 two-hour pillars 子丑寅卯…'), and a distinctive classification scheme (Yellow/Black Belt deities). It differentiates from siblings like get_daily_almanac and get_personal_lucky_hours by its hour-level granularity and the six-vs-six auspicious/caution deity split, so an agent can accurately tell it apart without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly frames when this applies — querying the 十二时辰 (two-hour pillar) auspiciousness for a specific date, unlike personal lucky hours or daily-level almanac readings. However, it does not explicitly name alternatives or state exclusion conditions; the routing guidance is inferred from the content, not stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_personal_lucky_hoursA

Rank the 12 hours of a day for YOUR zodiac sign 查询个人吉时 — combines zodiac relations (三合 trine / 六合 harmony / 六冲 clash / 六害 harm) with the day's Yellow/Black Belt hours. Returns best_hours with 0-10 personal scores.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (default today 默认今天)
zodiacYesUser's zodiac sign 生肖: rat, ox, tiger, rabbit, dragon, snake, horse, goat, monkey, rooster, dog, pig

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the transparency burden. It discloses the computation approach (zodiac relations with the day's Yellow/Black Belt hours) and the output semantics (best_hours with 0-10 personal scores). It stops short of detailing return shape, but the read-only nature is reasonably implied by 'Returns.'

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense sentence that front-loads the core action, then follows with method and output. The bilingual gloss adds clarity without padding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description helpfully identifies the return concept (best_hours with scores), which is important for a tool with this complexity. A bit more detail about the exact return shape would improve completeness, but the essential invocation and output are clear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters. The description reinforces the role of date and zodiac and adds output meaning, but it does not add parameter syntax or format details beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Rank') and a specific resource ('12 hours of a day for YOUR zodiac sign'), and it explains the underlying method (zodiac relations plus Yellow/Black Belt hours). This clearly distinguishes it from sibling tools like get_daily_horoscope or get_solar_terms.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'for YOUR zodiac sign' and 'personal lucky hours' provide clear context for when this tool is appropriate. It does not explicitly name alternative tools or state when not to use it, but the intended use case is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_solar_termsA

Get the 24 solar terms of a year with minute precision 查询某年二十四节气(分钟级, JPL DE440s) — e.g. 立秋 2026-08-07 19:42. Range: current year ±1.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear 年份 (current ±1 for free tier)

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral disclosure burden. It does well by revealing minute-level precision, the JPL DE440s ephemeris source, an example output value, and the current-year ±1 range. It stops short of describing full output structure or timezone handling, but this is a simple getter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action and resource. The bilingual phrasing is slightly redundant but adds useful context for the intended audience, and every remaining clause contributes precision, example, or constraints.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a low-complexity single-parameter tool with no output schema, so the description is mostly sufficient: it names the return concept, gives an example, specifies precision, and states the valid range. It could more explicitly state the full output shape or timezone, but nothing critical prevents an agent from calling it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the schema already documents the year parameter with range and free-tier note. The description mostly restates this with 'Range: current year ±1' and adds an example year, so it does not add substantial semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Get the 24 solar terms of a year') and adds precision details, data source (JPL DE440s), and a concrete example. This makes it clearly distinct from sibling tools like get_daily_almanac or get_personal_lucky_hours.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: whenever a full year's solar terms are needed. However, it gives no explicit comparison to sibling tools, no exclusion criteria, and no guidance on when a sibling would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_activitiesA

List the 8 supported event types with all accepted synonyms (EN/CN) 列出支持的择日活动与全部中英同义词 — use this to validate the activity argument before calling pick_auspicious_dates.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must carry the behavioral burden. It clearly indicates a read-only listing behavior and specifies the exact content: 'the 8 supported event types with all accepted synonyms.' It does not explicitly state that nothing is mutated or describe output format, but the simple listing behavior is sufficiently disclosed for this low-risk tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that provides the core purpose first and the usage rationale second. The bilingual portion is compact and non-redundant. Every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the zero-parameter schema, no output schema, and simple listing behavior, the description is complete. It states what is listed, how many items, the language coverage, and how an agent should use it in relation to pick_auspicious_dates. Nothing essential is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the schema provides no parameter documentation. The description adds meaningful context by explaining that the output validates the 'activity argument' for another tool, which tells an agent exactly how to use the returned values. This exceeds the baseline expected for a no-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource: 'List the 8 supported event types with all accepted synonyms (EN/CN)'. It also differentiates itself from siblings by framing the tool as a validation lookup for pick_auspicious_dates, which makes its unique purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear guidance: 'use this to validate the activity argument before calling pick_auspicious_dates.' It identifies the appropriate context and indicates that this tool is a prerequisite step, though it does not explicitly state when not to use it or contrast it with other siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

pick_auspicious_datesA

Pick the best upcoming dates for a real-life event 择日 — weddings 嫁娶, moving 搬家, business openings 开业, renovations 动土, C-sections 剖腹产, contract signing / major purchases 签约买车买房, travel 出行, new jobs 入职. Engine uses four-tier spirit arbitration (協紀辨方書). Accepts natural-language synonyms (marriage, buy-a-car, 结婚, 装修…). weekend_only filters to Sat/Sun.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoWindow in days 查询窗口天数 (default 30)
activityYesEvent 活动 — canonical: wedding|moving-house|grand-opening|renovation|c-section|signing-contracts|travel|starting-a-new-job; synonyms like marriage/买车/开业 all work
weekend_onlyNoOnly Saturdays/Sundays 仅周末 (default false)

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of disclosure. It clearly states the engine's methodology (four-tier spirit arbitration), the ability to accept natural-language synonyms, and the weekend-only filter behavior. It does not describe the return format or pagination, but for a non-destructive date-picking tool these are minor omissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and then provides a well-organized list of event types. It is more verbose than the minimum because of bilingual examples, but every element — activity scope, engine, synonyms, weekend filter — contributes directly to correct invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter tool with no output schema, the description covers the essential selection criteria and behavior. It lists all supported activities, explains the engine's arbitration approach, and documents synonym handling. The 'days' parameter is covered by the schema, and the lack of a return-value description is acceptable given the tool's straightforward 'pick dates' purpose.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all three parameters. The description adds value by reinforcing the synonym flexibility for 'activity' and the weekend filter, but it does not add meaningful detail about the 'days' parameter beyond what the schema states. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb-resource pair, 'Pick the best upcoming dates for a real-life event,' and enumerates the full set of supported activities (weddings, moving, openings, etc.). It also names the engine behind it, making the tool's purpose unmistakable and clearly distinct from sibling tools like get_daily_horoscope or get_daily_almanac.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context on when to use the tool via the exhaustive activity list and mentions synonym support, so an agent can easily match user requests to this tool. It does not explicitly state when not to use it or point to an alternative, but the scope is concrete enough that selection is unambiguous in most cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updatesv0.1.0
    • First observedget_daily_almanac
    • First observedget_daily_horoscope
    • First observedget_hour_pillars
    • First observedget_personal_lucky_hours
    • First observedget_solar_terms
    • First observedlist_activities
    • First observedpick_auspicious_dates

TDQS

A4.2/5.0
Disambiguation4/5

Each tool targets a clearly identifiable resource: daily almanac, hour pillars, solar terms, zodiac horoscope, personal lucky hours, and date selection. The only mild overlap is between get_hour_pillars and get_personal_lucky_hours, but the former returns general hour deities while the latter returns personalized rankings.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern, with get_ used for data lookups, pick_ for selection, and list_ for enumerating supported options. The naming is predictable and easy to navigate.

Tool Count5/5

Seven tools is a well-scoped size for a Chinese almanac server. Each tool covers a distinct facet of the domain without redundancy, and the count supports both simple lookups and a more complex date-picking workflow.

Completeness5/5

The set covers the full almanac lifecycle: daily almanac details, hour-level auspiciousness, solar terms, personal zodiac luck, and event-based date selection. list_activities also closes the input-validation gap for pick_auspicious_dates, so there are no obvious dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables traditional Chinese fortune-telling through BaZi (Four Pillars) analysis, including solar/lunar date conversion, Five Element balance calculations, Ten Gods deduction, and destiny interpretation for metaphysics applications.
    21
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides traditional Chinese lunar calendar information including auspicious date checking, BaZi (八字) Four Pillars analysis, festival data, moon phases, zodiac compatibility, and calendar conversions based on Chinese cultural traditions.
    20
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides Chinese traditional calendar functions including BaZi calculation, solar-lunar calendar conversion, Huangli almanac queries, daily fortune readings, 24 solar terms, and Wu Xing (Five Elements) analysis.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to perform Chinese metaphysics calculations including BaZi charts, Tong Shu indicators, solar terms, and more, using a verified engine with 740+ tests.
    8
    8
    MIT

Latest Blog Posts

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/yonlandwu/chinese-almanac-mcp'

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