二十四節氣查詢
twtools-lookup_24_solar_terms
通用MIT57 近 30 天呼叫
列出指定西元年 24 節氣對應日期(範圍 1900-2100)。
Returns: {year, count: 24, terms: [{name: 立春, date: ISO}, ...]}。輸入 schema
{
"properties": {
"year": {
"title": "Year",
"type": "integer"
}
},
"required": [
"year"
],
"title": "lookup_24_solar_termsArguments",
"type": "object"
}怎麼呼叫
配置好 Twinkle Hub 的 MCP client 後,agent 會看到 twtools-lookup_24_solar_terms。直接讓它呼叫即可,例如:
# Ask Claude / any MCP client: 請用 twtools-lookup_24_solar_terms 處理 "…"。 # It will call: twtools-lookup_24_solar_terms(input="…")
還沒設好 client?
Claude Desktop 各 3 分鐘可接好 — 下載 .mcpb 雙擊即可,或看 docs 各 client 安裝步驟。
看 user 設定文件