Lookup zodiac
twtools-lookup_zodiac
GenericMIT
西元年 → 生肖(基於農曆春節分界)。嚴謹用途請用 solar_to_lunar(date)。
Input schema
{
"properties": {
"year": {
"title": "Year",
"type": "integer"
}
},
"required": [
"year"
],
"title": "lookup_zodiacArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see twtools-lookup_zodiac. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 twtools-lookup_zodiac 處理 "…"。 # It will call: twtools-lookup_zodiac(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