Skip to main content
Glama
kokoa-tools

Korean Independence Patriots Merit Records MCP Server

by kokoa-tools

get_hunkuk_codes

Retrieve honor grade codes for Korean independence patriots to identify and categorize merit records in historical archives.

Instructions

훈격 코드 정보를 조회합니다

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler logic in call_tool function that executes the get_hunkuk_codes tool by formatting and returning the HUNKUK_CODES dictionary.
    elif name == "get_hunkuk_codes": # 훈격 코드 정보 조회 result_json = format_response(HUNKUK_CODES) return [ TextContent( type="text", text=result_json ) ]
  • Tool registration in list_tools function, including schema with no input properties.
    Tool( name="get_hunkuk_codes", description="훈격 코드 정보를 조회합니다", inputSchema={ "type": "object", "properties": {} } ),
  • Constant dictionary defining the HUNKUK_CODES used by the tool handler.
    HUNKUK_CODES = { "PSG00002": "대한민국장", "PSG00003": "대통령장", "PSG00004": "독립장", "PSG00005": "애국장", "PSG00006": "애족장", "PSG00007": "건국포장", "PSG00008": "대통령표창" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kokoa-tools/e-gonghun-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server