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 →

CWA 24h accumulated rainfall

tw_rt_cwa_24h_rainfall

TW-specificMIT

24 小時累積雨量 (1285+ 自動雨量站, 每 10 分).

Args:
    county: 縣市名 substring filter (e.g. "臺北市"). None=全部.
    limit: max rows (default 20).

Source: CWA O-A0002-001. License: OGDL v1. 5-min cache.

Input schema

{
  "properties": {
    "county": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "County"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_rt_cwa_24h_rainfallArguments",
  "type": "object"
}

How to call

Once your Twinkle Hub MCP client is configured, your agent will see tw_rt_cwa_24h_rainfall. Just ask it to call — example:

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

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