Taiwan statute · full revision history for one article
tw_statute_history
TW-specificMIT
**關鍵字 / 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}, ...]}Input schema
{
"properties": {
"law_name": {
"title": "Law Name",
"type": "string"
},
"article": {
"title": "Article",
"type": "string"
}
},
"required": [
"law_name",
"article"
],
"title": "tw_statute_historyArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see tw_statute_history. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 tw_statute_history 處理 "…"。 # It will call: tw_statute_history(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