Skip to main content
Glama
MCP-Mirror

독립유공자 공훈록 MCP 서버 (Korean Independence Patriots Records)

by MCP-Mirror

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_merit_listC

독립유공자 공훈록 목록을 조회합니다

get_public_reportC

독립유공자 공적조서를 조회합니다

get_hunkuk_codesC

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

get_workout_affil_codesC

운동계열 코드 정보를 조회합니다

clear_cacheB

캐시된 데이터를 모두 초기화합니다

Prompts

Interactive templates invoked by user choice

NameDescription
search-independence-activist이름, 운동계열, 지역 등의 조건으로 독립유공자 정보를 검색합니다

Resources

Contextual data attached and managed by the client

NameDescription
독립유공자 공훈록독립유공자 공훈록 정보 - 독립유공자의 기본 정보와 포상 내역을 제공합니다.
독립유공자 공적조서독립유공자 공적조서 정보 - 독립유공자의 상세한 활동 내역과 공적 사항을 제공합니다.
훈격 코드 정보독립유공자 훈격 코드 정보 - 건국훈장, 건국포장, 대통령표창 등의 훈격 분류 체계를 제공합니다.
운동계열 코드 정보독립유공자 운동계열 코드 정보 - 3.1운동, 의병활동, 광복군, 임시정부 등 독립운동 유형 분류 체계를 제공합니다.

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: cache management, code lookups for hunkuk and workout affiliation, merit list retrieval, and public report fetching. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency4/5

Four tools follow a consistent 'get_' prefix pattern (get_hunkuk_codes, get_merit_list, get_public_report, get_workout_affil_codes), while clear_cache deviates slightly. This minor inconsistency does not hinder readability or predictability significantly.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain of Korean independence patriot records. Each tool serves a specific purpose (data retrieval, code lookups, cache management), and there are no extraneous or missing tools for the apparent scope.

Completeness4/5

The toolset covers core read operations (list, report, code lookups) and cache management, which is appropriate for a records lookup service. A minor gap exists in write operations (e.g., update or create), but this is likely intentional for a public historical database, so agents can still perform essential queries effectively.