Is Taiwan business day
twtools-is_taiwan_business_day
TW-specificMIT424 Calls (30d)
判定指定日期是否為台灣公務上班日(含補班/補假規則)。
Args:
date: ISO 日期 "YYYY-MM-DD"。
Returns: {is_business_day: bool, kind: weekday/weekend/holiday/makeup_workday,
holiday_name: str|null, weekday: Mon-Sun}。Input schema
{
"properties": {
"date": {
"title": "Date",
"type": "string"
}
},
"required": [
"date"
],
"title": "is_taiwan_business_dayArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-is_taiwan_business_day. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-is_taiwan_business_day 處理 "…"。 # It will call: twtools-is_taiwan_business_day(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs