Twinkle HubTwinkle Hub
Sign in

📌 2026-08-17 added: ⚖️ Taiwan statute time machine — historical article text · revision history · full-text search · citation graph (935 datasets · 35,454+ rows)

View full changelog →

Lookup zodiac

tw_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 tw_lookup_zodiac. Just ask it to call — example:

# Ask Claude / any MCP client:
請用 tw_lookup_zodiac 處理 "…"。

# It will call:
tw_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