Skip to main content
Glama

Taiwan Holiday MCP Server

by lis186
MIT License
3
  • Apple
  • Linux

get_holidays_in_range

Retrieve all Taiwan holidays within a specified date range by inputting start and end dates in YYYY-MM-DD or YYYYMMDD format to plan events or schedules.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
end_dateYes結束日期,支援格式:YYYY-MM-DD 或 YYYYMMDD
start_dateYes開始日期,支援格式:YYYY-MM-DD 或 YYYYMMDD

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "end_date": { "description": "結束日期,支援格式:YYYY-MM-DD 或 YYYYMMDD", "pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d{8})$", "type": "string" }, "start_date": { "description": "開始日期,支援格式:YYYY-MM-DD 或 YYYYMMDD", "pattern": "^(\\d{4}-\\d{2}-\\d{2}|\\d{8})$", "type": "string" } }, "required": [ "start_date", "end_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