Skip to main content
Glama

Taiwan Holiday MCP Server

by lis186
MIT License
3
  • Apple
  • Linux

check_holiday

Determine if a specified date is a Taiwan holiday using YYYY-MM-DD or YYYYMMDD format. Query accurate holiday and makeup workday information for Taiwan.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
dateYes要查詢的日期,支援格式:YYYY-MM-DD 或 YYYYMMDD

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "date": { "description": "要查詢的日期,支援格式:YYYY-MM-DD 或 YYYYMMDD", "pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d{8})$", "type": "string" } }, "required": [ "date" ], "type": "object" }

You must be authenticated.

Other Tools from Taiwan Holiday MCP Server

Related Tools

    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/lis186/taiwan-holiday-mcp'

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