get_legal_interpretation
Retrieve full text of a specific legal interpretation from Taiwan's Judicial Yuan database using its type and ID. Ideal for accessing complete court judgments, constitutional interpretations, and more.
Instructions
取得司法院法令判解系統單筆全文。
從 search_legal_interpretations 結果的 ty 和 id 欄位帶入。
ty 代碼對應: JCC=憲法法庭裁判、CD=大法官解釋、T=大法官不受理決議、C=司法解釋、 J2=大法庭專區、J1=停止適用之判例、J=精選裁判、D=決議、Q=法律問題、E=行政函釋
Args: ty: 資料類型代碼(從 search_legal_interpretations 結果取得) doc_id: 文件 ID(從 search_legal_interpretations 結果取得)
Returns: {success, ty, id, doc_type, title, full_text, url, cached, timestamp}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ty | Yes | ||
| doc_id | Yes |