Skip to main content
Glama
BACH-AI-Tools

taiwan-holiday-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_holidayB

檢查指定日期是否為台灣假期

get_holidays_in_rangeA

獲取指定日期範圍內的所有台灣假期

get_holiday_statsB

獲取指定年份或年月的台灣假期統計資訊

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
支援的年份列表列出所有支援查詢的年份範圍
2024年台灣假期2024年完整的台灣假期資料
2025年台灣假期2025年完整的台灣假期資料
2024年假期統計2024年台灣假期統計資訊
2025年假期統計2025年台灣假期統計資訊
系統健康狀態即時系統健康狀態和診斷資訊
快速健康檢查快速系統健康狀態檢查

TDQS

A3.8/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues