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 groundwater level

tw_rt_wra_groundwater_level

TW-specificMIT

**關鍵字 / Keywords**: 地下水位 即時 水利署 WRA groundwater level realtime observation

全國即時地下水水位.

Args:
    area: substring match on `name` (測站名) 或 `governmentunitidentifier`
          (e.g. "第一河川分署"). None=全部.
    limit: max rows (default 50).

Source: WRA dataset 161082. License: OGDL v1. 5-min cache. Freq: 1 hr.

Input schema

{
  "properties": {
    "area": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Area"
    },
    "limit": {
      "default": 50,
      "title": "Limit",
      "type": "integer"
    }
  },
  "title": "tw_rt_wra_groundwater_levelArguments",
  "type": "object"
}

How to call

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

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

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