decc_service
Retrieve full text of Korean administrative appeal decisions, including case details, disposition, and reasoning. Use decision ID to access complete appeal case records.
Instructions
Retrieve administrative appeal decision full text (행정심판례 본문 조회).
This tool retrieves the complete text of Korean administrative appeal decisions. Includes case details, disposition information, decision summary, and reasoning.
Args: id: Decision sequence number (required) lm: Decision name (optional) sections: "summary" to exclude 이유 (detailed reasoning), or "full"/None for everything. Returns 사건명, 청구취지, 재결요지, 주문 in summary mode. oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically)
Returns: Full administrative appeal decision text with details or error
Examples: Retrieve by ID: >>> decc_service(id="243263", type="XML")
Retrieve with case name:
>>> decc_service(id="245011", lm="과징금 부과처분 취소청구", type="XML")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lm | No | ||
| oc | No | ||
| type | No | JSON | |
| sections | No |