china-context-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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| random_poemA | 随机返回一句中国古典诗词,含作者、出处与分类。 适用:中文创作灵感、文化问答、语文/国学类 AI 陪练。 数据来自 jinrishici.com(公开、零凭证)。 |
| holiday_infoA | 查询中国某日期的节假日 / 调休 / 是否工作日信息。 参数 date:YYYY-MM-DD,例如 "2026-10-01"。 返回:节假日名称、是否法定假日、是否调休补班工作日、工资倍率。 数据来自 timor.tech(公开、零凭证)。 |
| holiday_summaryA | 返回中国某年的节假日与调休摘要——聚合推导,不是单日查询。 与 holiday_info 的区别:本工具对 timor 全年扁平数据做聚合,给出 holiday_info 拿不到、而 AI 自身容易算错的结论——连续假期区间与天数、 法定 3 倍工资天数、全部调休补班日、全年总休假天数。 参数 year:4 位年份,省略则用当前年。 适用:年度休假规划、考勤与排班、HR 与薪酬核算。 数据来自 timor.tech(公开、零凭证)。 |
| history_todayA | 返回「历史上的今天」:某月某日发生的历史事件列表(标题 + 年份 + 简述)。 参数 date:可选,格式 "MM-DD"(如 "09-25")或 "YYYY-MM-DD"(如 "2026-09-25")。 省略则使用今天。 适用:历史问答、内容创作、文化类 AI 陪练。 数据来自 60s-api.viki.moe(公开、零凭证)。 |
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 4 tools
random_poem and history_today are clearly distinct, but holiday_info and holiday_summary overlap in domain and could confuse an agent at first glance. The descriptions explicitly differentiate them (single-day vs annual aggregation), which mitigates the ambiguity.
All tool names use lowercase snake_case and a two-word noun-phrase structure, which is readable and predictable. history_today deviates slightly from the noun-phrase pattern of the others, but the overall naming convention is consistent enough.
Four tools is a reasonable count for a niche context server, and each tool covers a distinct aspect of Chinese cultural context. The scope feels slightly thin for a server named 'china-context', but not inadequately so.
The holiday coverage is quite complete (single-day info plus annual summaries), and history_today provides basic historical events. However, the broader 'China context' domain has obvious gaps such as lunar calendar conversion, festivals, idioms, or solar terms, making the surface feel partial.