時區轉換
twtools-timezone_convert
汎用MIT
任意時區之間時間轉換(IANA tz 名稱)。
Args:
time: ISO 8601 字串(含或不含 tz offset)。
from_tz: 來源時區("Asia/Taipei"、"UTC"、"America/New_York")。
to_tz: 目標時區。入力スキーマ
{
"properties": {
"time": {
"title": "Time",
"type": "string"
},
"from_tz": {
"title": "From Tz",
"type": "string"
},
"to_tz": {
"title": "To Tz",
"type": "string"
}
},
"required": [
"time",
"from_tz",
"to_tz"
],
"title": "timezone_convertArguments",
"type": "object"
}呼び出し方
Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-timezone_convert を見つけます。呼び出しを依頼するだけ — 例:
# Ask Claude / any MCP client: 請用 twtools-timezone_convert 處理 "…"。 # It will call: twtools-timezone_convert(input="…")
まだクライアントを設定していませんか?
Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。
ユーザードキュメントを見る