read_legal_resource
Retrieve the complete text of Korean statutes, precedents, or rules by ID, with automatic resolution of referenced laws to avoid extra searches.
Instructions
Reads the full content of a specific legal resource using its Typed ID.
Args:
resource_id: A string strictly in the format type:id (e.g., "statute:12345", "prec:98765", "admrul:54321").
The ID is obtained from the search_korean_law output.
Features:
Full Text Retrieval: Fetches the complete text of statutes, precedents, or rules.
Reference Resolution: Automatically detects references to other laws (e.g., "refer to Article 5") within the text and appends their content to the response, saving you extra round-trips.
Robustness: Automatically handles ID formatting issues or outdated IDs by trying fallbacks (ID -> MST -> Detc).
Return:
Markdown formatted text containing the resource metadata, body content, and resolved references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |