是否台灣工作日
twtools-is_taiwan_business_day
Spécifique TWMIT
判定指定日期是否為台灣公務上班日(含補班/補假規則)。
Args:
date: ISO 日期 "YYYY-MM-DD"。
Returns: {is_business_day: bool, kind: weekday/weekend/holiday/makeup_workday,
holiday_name: str|null, weekday: Mon-Sun}。Schéma d'entrée
{
"properties": {
"date": {
"title": "Date",
"type": "string"
}
},
"required": [
"date"
],
"title": "is_taiwan_business_dayArguments",
"type": "object"
}Comment appeler
Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-is_taiwan_business_day. Demandez-lui simplement de l'appeler — exemple :
# Ask Claude / any MCP client: 請用 twtools-is_taiwan_business_day 處理 "…"。 # It will call: twtools-is_taiwan_business_day(input="…")
Pas encore configuré un client ?
Claude Desktop en 3 minutes — téléchargez le .mcpb et double-cliquez, ou voir la doc pour les autres clients.
Voir les docs utilisateur