Twinkle HubTwinkle Hub
Sign in
🛠️ Alpha maintenance window: daily 22:00 – 07:00 (Taiwan time / GMT+8). Service may be unstable. Apologies for any disruption.

📌 2026-05-22 added: National exam past-questions semantic search — 64K papers, 320K questions (1 datasets)

View full changelog →

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