decc_service
Retrieve complete Korean administrative appeal decision texts with case details, dispositions, summaries, and legal reasoning using decision IDs or case names.
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) oc: Optional OC override (defaults to env var) type: Response format - "HTML" or "XML" (default "XML", JSON not supported by API) 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 | XML |