search_interpretations
Search Taiwan's constitutional court interpretations using keywords across titles, case numbers, issues, and full reasoning. Filter by year, number range, and include historical or new rulings.
Instructions
列舉大法官解釋 / 憲法法庭裁判。支援關鍵字全文搜尋(搜爭點 + 理由書)。
每筆結果帶 case_id,可直接傳給 get_interpretation()。
Args: keyword: 關鍵字(標題/字號/爭點/理由書全文匹配) year: 篩選民國年度(0=不篩選,>0 只回新制憲判字) number_from: 起始號次(含),0=不篩選 number_to: 截止號次(含),0=不篩選 include_old: 包含舊制釋字(year=0 時才生效) include_new: 包含新制憲判字 max_results: 回傳筆數上限(預設 30)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | ||
| year | No | ||
| number_from | No | ||
| number_to | No | ||
| include_old | No | ||
| include_new | No | ||
| max_results | No |