taiwan-holiday-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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_holidayB | 檢查指定日期是否為台灣假期 |
| get_holidays_in_rangeA | 獲取指定日期範圍內的所有台灣假期 |
| get_holiday_statsB | 獲取指定年份或年月的台灣假期統計資訊 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 支援的年份列表 | 列出所有支援查詢的年份範圍 |
| 2024年台灣假期 | 2024年完整的台灣假期資料 |
| 2025年台灣假期 | 2025年完整的台灣假期資料 |
| 2024年假期統計 | 2024年台灣假期統計資訊 |
| 2025年假期統計 | 2025年台灣假期統計資訊 |
| 系統健康狀態 | 即時系統健康狀態和診斷資訊 |
| 快速健康檢查 | 快速系統健康狀態檢查 |
TDQS
Scored across 3 tools
Each tool targets a distinct query type: a single date check, a date range listing, and aggregated statistics. There is no overlap in purpose, making selection unambiguous.
All tool names follow a clear verb_noun pattern: check_holiday, get_holidays_in_range, get_holiday_stats. The minor singular/plural variation is semantically appropriate and does not break consistency.
With only 3 tools, the server is tightly scoped to its niche purpose (Taiwan holiday lookup). Each tool covers a distinct and necessary function without bloat.
The tool set fully covers the core holiday querying lifecycle: single-date lookup, range listing, and statistical summaries. Since holidays are fixed data, no update/delete operations are needed, so there are no gaps.