Twinkle HubTwinkle Hub
登入

📌 2026-08-17 新增:⚖️ 台灣法條時光機 — 歷史法條原文 · 修法沿革 · 全文檢索 · 條文關聯圖(935 個 dataset · 35,454+ 筆 row)

查看完整 Changelog →

台灣法條全修法歷程

tw_statute_history

台灣​專屬MIT

**關鍵字 / Keywords**: 法規沿革 修法歷史 statute history revision changelog 修正 版本歷程

【Region】Taiwan (ROC · 中華民國) 法條歷史。

【EN keywords】Taiwan law article revision history · list all statute versions · ROC statute lifecycle · 中華民國 法條 修正歷程 · 沿革

【何時用】用戶想看**台灣**某條法完整**修法沿革** · 修過幾次 · 什麼時候修 · 每次修的說明。

【Topics covered · descriptive keyword list】修法歷程 · 修法沿革 · 修過幾次 · 沿革 · 修正記錄 · revision history

取得台灣法規某條的全修法沿革 · 從最早版本到現行版本的所有 revision · oldest → newest。

Args:
    law_name: 見 tw_statute_at_date
    article:  見 tw_statute_at_date

Returns:
    {law_name, pcode, article, article_suffix, n_revisions,
     revisions: [{revision_date, revision_note, revision_seq,
                  text_preview, source_url}, ...]}

輸入 schema

{
  "properties": {
    "law_name": {
      "title": "Law Name",
      "type": "string"
    },
    "article": {
      "title": "Article",
      "type": "string"
    }
  },
  "required": [
    "law_name",
    "article"
  ],
  "title": "tw_statute_historyArguments",
  "type": "object"
}

呼叫​方式

配置​好 Twinkle Hub 的 MCP client 後,​agent 會​看到 tw_statute_history。直接讓它呼叫​即可,​例如:

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

# It will call:
tw_statute_history(input="…")

尚未​設定 Client?

Claude Desktop 約 3 分鐘即可完成​設定 — 下載 .mcpb 檔案並雙擊​即可,或參閱​文件中的各 Client 安裝​步驟。

查看使用者設定​文件