Skip to main content
Glama

Taiwan Holiday MCP Server

by lis186
MIT License
3
  • Apple
  • Linux

get_holiday_stats

Retrieve detailed statistics for Taiwan holidays for a specific year or month using the Taiwan Holiday MCP Server. Input the year and optional month to access accurate holiday data.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
monthNo要查詢的月份(可選),1-12
yearYes要查詢的年份

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "month": { "description": "要查詢的月份(可選),1-12", "maximum": 12, "minimum": 1, "type": "integer" }, "year": { "description": "要查詢的年份", "maximum": 2025, "minimum": 2017, "type": "integer" } }, "required": [ "year" ], "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