trty_service
Retrieve the full text of a Korean international treaty by its sequence number. Get treaty details in JSON, XML, or HTML format.
Instructions
Retrieve treaty full text (조약 본문 조회).
This tool retrieves the complete text of a Korean international treaty.
Args: id: Treaty sequence number (조약일련번호, required) oc: Optional OC override (defaults to env var) type: Response format - "JSON" (default), "XML", or "HTML" ctx: MCP context (injected automatically)
Returns: Full treaty text with details or error
Examples: Retrieve a treaty by ID: >>> trty_service(id="123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| oc | No | ||
| type | No | JSON |