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 →

WRA realtime river water level

tw_rt_wra_water_level

TW-specificMIT

**關鍵字 / Keywords**: 河川水位 即時 水利署 WRA river water level realtime station

全國河川即時水位 (~264 站, 中央管河川 + 區域排水, 每 10 分).

Args:
    station_id: filter by `stationid` (e.g. "1010H006"). None=全部.
    limit: max rows (default 50, 設 300 拿全部).

Source: WRA dataset 25768. License: OGDL v1. 5-min cache.
Note: 僅含站碼+水位; 站名/位置請呼叫 tw_rt_wra_river_station_list().

Input schema

{
  "properties": {
    "station_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Station Id"
    },
    "limit": {
      "default": 50,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_rt_wra_water_levelArguments",
  "type": "object"
}

How to call

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

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

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