Skip to main content
Glama
NSLC7779

korea-health-mcp-server

by NSLC7779

병원 상세정보 조회

kohealth_get_hospital_info

Retrieve detailed Korean hospital information by institution ID (ykiho), covering medical departments, equipment, and facilities. Supports category selection, pagination, and text/json output.

Instructions

기관식별번호(ykiho)로 진료과목별 전문의 수/의료장비/시설 등 상세정보를 조회합니다. 출처: 심평원 의료기관별상세정보서비스.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ykihoYes기관식별번호(ykiho). 병원 검색 결과의 ykiho
formatNo출력 형식. text=사람용 요약, json=원본 항목 배열text
pageNoNo페이지 번호 (1부터)
categoryNo조회할 상세 정보 유형진료과목
numOfRowsNo페이지당 항목 수 (최대 100)
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It lists content types and the source but does not state that this is a read-only operation, nor does it mention pagination, response structure, or any limitations. For a retrieval tool, this is a significant gap.

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, focused sentence that efficiently states the action, key input, and data source. No wasted words or unnecessary elaboration.

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

Completeness2/5

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

Given the lack of an output schema and annotations, the description is too brief to convey expected response format or handling of large result sets. It also omits usage context relative to sibling tools, making it incomplete for an agent to invoke confidently.

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

Parameters3/5

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

The schema already covers all five parameters with 100% description coverage, including enums and defaults. The description adds slight context by listing example detail types (specialists, equipment, facilities) that map to the category parameter, but this is largely redundant with the schema.

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 clearly states the tool retrieves detailed hospital information (number of specialists by department, medical equipment, facilities) using the ykiho identifier. The verb '조회' (inquiry) and specific resource differentiate it from sibling search tools.

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

Usage Guidelines2/5

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

The description does not explain when to use this tool versus alternatives. It neither mentions that a prior search is needed to obtain ykiho nor contrasts it with siblings like search_hospital. Only the schema hint mentions using search results, but that is not in the description.

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