search_pcc_letters
Search official interpretations and letters on Taiwan's Government Procurement Act from the Public Construction Commission. Filter by keyword, article number, law name, or date to find relevant official opinions.
Instructions
搜尋行政院公共工程委員會「政府採購法規解釋函令及相關函文」(工程會函釋)。
供採購法疑義、釋疑案、章則或分層負責審查引用採購法(及其子法)函釋時查證。 查的是本地快取(離線、零延遲),伺服器啟動時每 7 天自動增量更新。 回摘要清單,取全文用 get_pcc_letter。法規不限政府採購法,亦含 「機關委託技術服務廠商評選及計費辦法」等子法,可用 law_name 篩。
Args: keyword: 主旨+說明全文關鍵字(例:機關首長、契約變更、開口契約) article_no: 採購法條號(例:22、63、101、22-1) law_name: 法規名稱關鍵字(例:政府採購法、評選及計費辦法) letter_no: 發文字號模糊比對(例:工程企字) date_from: 發文日期下限(西元 ISO,例:2020-01-01) date_to: 發文日期上限(西元 ISO) only_active: 只回現行有效(排除停止適用),預設 True max_results: 筆數上限(預設 20) offset: 分頁偏移
Returns: {success, total, returned, results:[{letter_id, letter_no, law_name, articles, subject, issue_date_roc, status}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | No | ||
| article_no | No | ||
| law_name | No | ||
| letter_no | No | ||
| date_from | No | ||
| date_to | No | ||
| only_active | No | ||
| max_results | No | ||
| offset | No |