Current time in timezone
twtools-current_time_in
GenericMIT
取指定 IANA 時區之當下時間(預設 Asia/Taipei)。
Input schema
{
"properties": {
"timezone": {
"default": "Asia/Taipei",
"title": "Timezone",
"type": "string"
}
},
"title": "current_time_inArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-current_time_in. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-current_time_in 處理 "…"。 # It will call: twtools-current_time_in(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