Skip to main content
Glama
NSLC7779

korea-health-mcp-server

by NSLC7779

의원 진료 상위 5개 질병

kohealth_get_clinic_top_diseases

Retrieve a clinic's top 5 treated diseases and medical departments from the past year using its Ykiho, sourced from HIRA's clinic visit data.

Instructions

의원(동네 병원)의 ykiho 로 최근 1년간 가장 많이 진료한 국민관심질병 상위 5개와 진료과목을 조회합니다. 출처: 건강보험심사평가원 병원진료정보조회서비스.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ykihoYes의원급(clCd=31) 암호화 요양기호. kohealth_search_hospital 에 clCd='31' 로 검색해 얻은 ykiho
formatNo출력 형식text
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the data source (건강보험심사평가원), the time window (최근 1년), and the result scope (top 5 diseases + departments), which is solid behavioral context. It does not mention errors or rate limits, but the operation is clearly a read-only lookup.

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 a single, well-structured sentence that front-loads the main action and object, then adds time scope and source. Every clause earns its place with no filler or redundancy.

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

Completeness4/5

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

For a simple 2-parameter tool with a required ykiho and an optional format enum, the description is sufficiently complete. It states what is returned (top 5 diseases and departments), the time period, and the data source. No output schema exists, but the expected return is simple enough that this is adequate.

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 coverage is 100%, so the baseline is 3. The schema descriptions add valuable semantics: ykiho is explicitly tied to hospital search with clCd='31', and format has an enum/default. The description itself does not repeat parameter details, but the schema already provides strong guidance, earning a slight boost.

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?

Description clearly states it retrieves the top 5 national-interest diseases and treatment departments for a clinic (의원) by ykiho over the past year. The verb '조회' and specific resource ('상위 5개 질병과 진료과목') make the purpose unambiguous and distinct from sibling tools like general hospital info or disease stats.

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

Usage Guidelines3/5

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

Usage is implied: use when you have a clinic's ykiho and need its most common diseases. The parameter description adds a concrete prerequisite by directing users to kohealth_search_hospital with clCd='31' to obtain the ykiho, but there is no explicit when-not-to-use guidance or comparison to alternatives.

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