Get judicial full text + T3 fields
tw_get_judicial_full
TW-specificMIT
**關鍵字 / Keywords**: 判決全文 法院 court judgment full-text 判決書 完整 verdict
取單一判決書完整 metadata + JFULL + T3 抽出欄位 (若已處理).
Args:
jid: 判決書 ID (tw_search_judicial hit 取得), e.g. "CPEV,115,竹北簡,57,20260202,1"
Returns:
jid, jyear, jcase, jno, jdate, jtitle, jpdf, court_code, jfull,
+ T3 fields if available (issue, outcome_type, winner, ...)Input schema
{
"properties": {
"jid": {
"title": "Jid",
"type": "string"
}
},
"required": [
"jid"
],
"title": "tw_get_judicial_fullArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see tw_get_judicial_full. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 tw_get_judicial_full 處理 "…"。 # It will call: tw_get_judicial_full(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs