Skip to main content
Glama
narumiruna

Taiwan Legislative Yuan MCP Server

get_law_versions

Retrieve historical version records of specific Taiwanese laws by providing law identifiers and optional filters like date, action, or progress status.

Instructions

取得特定法律過往的版本紀錄列表。

Args:
    law_id: 法律編號,必填,例:09200015
    law_number: 法律編號,例:90481
    version_number: 版本編號,例:90481:1944-02-29-制定
    date: 日期,格式:YYYY-MM-DD,例:1944-02-29
    action: 動作,例:制定
    main_proposer: 歷程主提案,例:張子揚
    progress: 歷程進度,例:一讀
    current_version: 現行版本,現行或非現行
    page: 頁數,預設1
    limit: 每頁筆數,預設20,建議不超過100
    output_fields: 自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)

Returns:
    str: JSON 格式,包含該法律的歷史版本紀錄資訊。

Raises:
    例外時回傳中文錯誤訊息字串。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
law_idYes法律編號,必填,例:09200015
law_numberNo法律編號,例:90481
version_numberNo版本編號,例:90481:1944-02-29-制定
dateNo日期,格式:YYYY-MM-DD,例:1944-02-29
actionNo動作,例:制定
main_proposerNo歷程主提案,例:張子揚
progressNo歷程進度,例:一讀
current_versionNo現行版本,現行或非現行
pageNo頁數,預設1
limitNo每頁筆數,預設20,建議不超過100
output_fieldsNo自訂回傳欄位(如需指定欄位,請填寫欄位名稱列表)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/narumiruna/ly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server