Skip to main content
Glama
asgard-ai-platform

MCP Taiwan Judgment Search

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TW_JUDGMENT_DOWNLOAD_DIRNoDefault 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.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_judgmentsA

搜尋司法院裁判書全文,回傳符合關鍵字的裁判書清單。

每筆結果包含 judgment_id(可傳入 get_judgment 取得全文)、標題、裁判日期、
案由、摘要片段。
get_judgmentA

取得單一裁判書的完整內容,包含案件資訊與全文。

lookup_legal_termA

查詢司法院裁判書用語辭典,取得法律名詞的定義與各法領域說明。

同一名詞可能有民事、刑事、行政、家事等不同法領域的解釋,均會一併回傳。 指定 domain 可篩選特定法領域的解釋。

get_judgment_pdfA

取得裁判書 PDF 連結,可選擇直接下載到本機。

回傳 dict 一定包含 judgment_id 與 url;當實際下載時另含 path、size_bytes、cached。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asgard-ai-platform/mcp-tw-judgment'

If you have feedback or need assistance with the MCP directory API, please join our Discord server