時間長度人話化
twtools-duration_humanize
GénériqueMIT
秒數 → 人類可讀(中文/英文)。例: 7325 → "2 小時 2 分鐘 5 秒" / "2h 2m 5s"。
Schéma d'entrée
{
"properties": {
"seconds": {
"title": "Seconds",
"type": "number"
},
"language": {
"default": "zh-tw",
"enum": [
"zh-tw",
"en"
],
"title": "Language",
"type": "string"
}
},
"required": [
"seconds"
],
"title": "duration_humanizeArguments",
"type": "object"
}Comment appeler
Une fois votre client MCP Twinkle Hub configuré, votre agent verra twtools-duration_humanize. Demandez-lui simplement de l'appeler — exemple :
# Ask Claude / any MCP client: 請用 twtools-duration_humanize 處理 "…"。 # It will call: twtools-duration_humanize(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