Twinkle HubTwinkle Hub
Sign in
🛠️ Alpha maintenance window: daily 22:00 – 07:00 (Taiwan time / GMT+8). Service may be unstable. Apologies for any disruption.

📌 2026-05-22 added: National exam past-questions semantic search — 64K papers, 320K questions (1 datasets)

View full changelog →

Lookup MRT line

twtools-lookup_mrt_line

TW-specificMIT396 Calls (30d)

以站名(中英文 / 部分匹配)查台灣四大捷運系統路線。

Args:
    query: 站名(中文或英文,可部分匹配)。例 "台北車站"、"Taipei"、
        "美麗島"、"高鐵桃園"。

Returns: matches[](含 station_zh/en、system、lines、is_transfer)。

涵蓋:北捷(Taipei Metro,6 主線 + 1 支線)+ 高捷(紅/橘/環狀輕軌)+
桃機(機場線)+ 中捷(綠線)。資料為 2026 年初快照,不含尚未通車路線。

Input schema

{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "lookup_mrt_lineArguments",
  "type": "object"
}

How to call

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

# Ask Claude / any MCP client:
請用 twtools-lookup_mrt_line 處理 "…"。

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