Skip to main content
Glama
NSLC7779

korea-health-mcp-server

by NSLC7779

질병 정보 / 통계 조회

kohealth_get_disease_stats

Query Korean disease statistics by disease code or name, with filters for year, gender/age, inpatient/outpatient, hospital type, and region, showing patient counts and medical expenses.

Instructions

질병명·코드를 조회하거나(statType='조회만'), 특정 질병코드의 성별연령/입원외래/종별/지역별 진료통계(환자수·요양급여비)를 조회합니다. 출처: 건강보험심사평가원 질병정보서비스.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNo통계 연도 (통계 조회 시 사용)
formatNo출력 형식. text=사람용 요약, json=원본 항목 배열text
pageNoNo페이지 번호 (1부터)
sickCodeNo질병분류코드(KCD, 예: 'I10'). 통계 조회 시 필수
statTypeNo'조회만'=질병명/코드 목록. 나머지는 해당 질병통계(sickCode·year 필요)조회만
numOfRowsNo페이지당 항목 수 (최대 100)
diseaseNameNo질병명 키워드 (예: '당뇨', '고혈압'). 조회 결과 내 부분일치 필터
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of disclosing behavior. It explains the two operation modes (disease lookup vs. statistics) and the breakdown dimensions, and mentions the data items (환자수, 요양급여비). However, it does not disclose output format (text vs. json), the requirement for sickCode and year in statistics mode, or any API limitations such as pagination or rate limits. These details are partially in the schema but not in the description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exactly two sentences, front-loads the primary action, and includes only essential details (modes, breakdown dimensions, source). No filler or repetition of schema information. It is efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters, no output schema, and no annotations. The description covers the core functionality but does not explain the response structure, how parameters combine (e.g., diseaseName filtering, pagination), or what the default output looks like. The schema fills many gaps, but with no output schema, the description should provide more detail about return formats and constraints. It is adequate but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful interpretation of the statType enum by mapping '조회만' to disease lookup and listing the other enum values as breakdown dimensions (성별연령/입원외래/종별/지역별). It also clarifies that sickCode is needed for statistics. This goes beyond the schema's brief per-parameter descriptions, justifying a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's purpose: query disease names/codes (statType='조회만') or retrieve medical statistics for a specific disease code broken down by gender-age, inpatient/outpatient, type, and region. It uses clear verbs (조회, 통계 조회) and identifies the resource (질병명·코드, 진료통계), distinguishing it from sibling tools focused on hospitals, drugs, and nonpayment.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use the tool: for disease information/statistics from the HIRA service. It does not explicitly name alternative tools or state 'use this instead of X', but the sibling tools operate in different domains (hospitals, drugs), making the intended use unambiguous. No exclusion criteria are provided, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/NSLC7779/dk-korea-health-mcp'

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