Taiwan Holiday MCP Server
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 |
|---|---|
| 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 has a clearly distinct purpose: check_holiday verifies a single date, get_holidays_in_range lists holidays over a period, and get_holiday_stats provides statistical summaries. There is no overlap in functionality, making tool selection straightforward for an agent.
All tools follow a consistent verb_noun naming pattern (check_holiday, get_holidays_in_range, get_holiday_stats) with clear, descriptive verbs. The naming is uniform and predictable across the set.
With 3 tools, the server is well-scoped for its purpose of providing Taiwan holiday information. Each tool serves a unique and essential function, and the count is appropriate without being too sparse or bloated.
The tool set comprehensively covers the domain of Taiwan holiday queries: it supports checking individual dates, retrieving lists over ranges, and obtaining statistical data. There are no obvious gaps in functionality for this focused purpose.