get_judgment
Retrieve the full text of a Taiwan court judgment by providing its JID or URL. Returns case details, main text, facts, reasoning, cited statutes and cases.
Instructions
取得單一裁判書全文。
支援兩種查詢方式:
以 JID 查詢(優先使用 Open Data API)
以 URL 查詢(直接載入頁面)
Args: jid: 裁判書 JID(如「TPSV,104,台上,472,20150326,1」),從搜尋結果取得 url: 裁判書 URL(如 https://judgment.judicial.gov.tw/FJUD/printData.aspx?id=...)
Returns: 包含裁判書全文的字典:case_id, court, date, main_text, facts, reasoning, cited_statutes, cited_cases, full_text, source_url
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jid | No | ||
| url | No |