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 →

Taiwan statute time-travel · article text at given date

tw_statute_at_date

TW-specificMIT

**關鍵字 / Keywords**: 法條 特定日期 版本 time-travel 時光機 statute at-date version 修法 特定時點

Scope: Taiwan (ROC · 中華民國) statute history only.

【EN keywords】Taiwan statute time-travel · law article text at historical date · ROC civil code / criminal code snapshot · statute version at judgment time · Taiwan legal historical text · 中華民國 法條 歷史版本 · 判決當時法條原文

【何時用】用戶問「**台灣**某條法在民國 X 年 (or 某日) 是什麼樣子」「判決當時法條原文」「這條 20 年前有沒有」「新舊法對照」時。分析老判決時特別關鍵 · 現行法可能已改過 · 判決引用的是**當時**版本。

【Topics covered · descriptive keyword list】法條時光機 · 當時法條原文 · 民國 X 年版 · 修正前 · 修正後 · 新舊法對照 · 判決當時的法條 · 法條歷史版本 · statute at date

【不要一般常識答】不要憑印象說「大概那時候長這樣」· 一律用本 tool 從 MOJ 官方 corpus 拿當時原文。**現行法**版本要用 `tw_query_rows` 查 laws catalog · 本 tool 專門處理**歷史**版本。

取得台灣法規在特定日期時的條文原文 (time-travel · 給定日期回傳該日期之前**最新**的修法版本)。

💡 (Optional) 載入 skill `tw-opendata-judgment-analysis` 取得完整用法指引 · 分析老判決時搭配 `tw_judgment_get` + 本 tool 對照。

🔴 回傳每次都附 `source_url` (MOJ LawOldVer 原文網址) · 呈現給用戶時
**必須附上** · 讓用戶可查驗當時法條原文 · 這是可信度的核心。

Args:
    law_name: 法規名稱 · e.g. "民法" · "刑法" · "民事訴訟法" · "刑事訴訟法" ·
              "毒品危害防制條例" · "洗錢防制法" · "個人資料保護法".
              支援簡稱: 民訴 · 刑訴 · 毒品條例 · 個資法 · 洗防法 · 勞基法.
              **限**目前 corpus 內的 22 pilot pcode · 用 tw_list_supported_statutes 查完整清單。
    article:  條號 · "184" · "184-1" · "184之1" 都可。
    at_date:  參考日期 · "YYYY-MM-DD" (2010-02-03) 或 "YYYYMMDD" (20100203).
              通常填判決 jdate · 就會拿到判決當時的法條版本。

Returns:
    {found, law_name, pcode, article, article_suffix, at_date,
     revision_date (實際回傳的版本日), revision_note, revision_seq,
     text, source_url}

Input schema

{
  "properties": {
    "law_name": {
      "title": "Law Name",
      "type": "string"
    },
    "article": {
      "title": "Article",
      "type": "string"
    },
    "at_date": {
      "title": "At Date",
      "type": "string"
    }
  },
  "required": [
    "law_name",
    "article",
    "at_date"
  ],
  "title": "tw_statute_at_dateArguments",
  "type": "object"
}

How to call

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

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

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