trty_search
Search Korean international treaties with foreign countries and organizations. Filter by keyword, treaty type, country, and effective/conclusion dates for targeted results.
Instructions
Search international treaties (조약 목록 조회).
This tool searches Korean international treaties concluded and in effect with foreign countries and international organizations.
Args:
query: Search keyword (default "*")
display: Number of results per page (max 100, default 20)
page: Page number (1-based, default 1)
oc: Optional OC override (defaults to env var)
type: Response format - "JSON" (default), "XML", or "HTML"
search: Search type (1=조약명, 2=본문검색)
sort: Sort order - "lasc"|"ldes"|"dasc"|"ddes"|"nasc"|"ndes"
gana: Dictionary search (ga, na, da, ...)
eft_yd: Effective date range (YYYYMMDDYYYYMMDD)
conc_yd: Conclusion date range (YYYYMMDDYYYYMMDD)
cls: Treaty type - 1=양자 (bilateral), 2=다자 (multilateral)
nat_cd: Country code filter
ctx: MCP context (injected automatically)
Returns: Search results with treaty list or error
Examples: Search bilateral treaties with the US: >>> trty_search(query="미합중국", cls=1)
Search multilateral treaties:
>>> trty_search(cls=2, display=20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oc | No | ||
| cls | No | ||
| gana | No | ||
| page | No | ||
| sort | No | ||
| type | No | JSON | |
| query | No | * | |
| eft_yd | No | ||
| nat_cd | No | ||
| search | No | ||
| conc_yd | No | ||
| display | No |