MCP Taiwan Judgment Search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TW_JUDGMENT_DOWNLOAD_DIR | No | Default directory for get_judgment_pdf downloads. ~ is expanded. If unset and the tool's save_to arg is None, get_judgment_pdf returns the URL without downloading. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_judgmentsA | 搜尋司法院裁判書全文,回傳符合關鍵字的裁判書清單。 |
| get_judgmentA | 取得單一裁判書的完整內容,包含案件資訊與全文。 |
| lookup_legal_termA | 查詢司法院裁判書用語辭典,取得法律名詞的定義與各法領域說明。 同一名詞可能有民事、刑事、行政、家事等不同法領域的解釋,均會一併回傳。 指定 domain 可篩選特定法領域的解釋。 |
| get_judgment_pdfA | 取得裁判書 PDF 連結,可選擇直接下載到本機。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool serves a distinct purpose: retrieving full judgment text, getting PDF links, looking up legal terms, and searching judgments. No functional overlap.
All tool names follow a consistent verb_noun pattern in snake_case (get_judgment, get_judgment_pdf, lookup_legal_term, search_judgments), making them predictable.
With 4 tools covering search, retrieval, PDF download, and legal term lookup, the count is well-scoped for a judgment search server—neither too few nor too many.
The tool surface covers the complete workflow: search for judgments, retrieve full text or PDF, and look up legal terms. No obvious gaps for the intended domain.