Skip to main content
Glama
NSLC7779

korea-health-mcp-server

by NSLC7779

병원 검색

kohealth_search_hospital

Search Korean hospitals by name, region, type, or department to retrieve ykiho identifier, address, phone, and coordinates for use in subsequent health data queries.

Instructions

기관명/지역/종별/진료과목으로 병원을 검색해 기관식별번호(ykiho)·주소·전화·좌표를 반환합니다. 여기서 얻은 ykiho 를 비급여/상세 도구에 넘겨 연결할 수 있습니다. 출처: 심평원 병원정보서비스.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clCdNo종별코드 (예: 상급종합 11, 종합병원 21, 병원 28, 의원 31). 코드값은 활용가이드 참고
formatNo출력 형식. text=사람용 요약, json=원본 항목 배열text
pageNoNo페이지 번호 (1부터)
regionNo지역 약칭/시도명 (예: '서울'). 표준 시도명으로 정규화됨
dgsbjtCdNo진료과목코드 (예: 내과 01, 외과 04). 코드값은 활용가이드 참고
numOfRowsNo페이지당 항목 수 (최대 100)
hospitalNameNo기관명 (예: '서울대학교병원')
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does disclose return fields and the data source (심평원 병원정보서비스), but it does not mention pagination behavior, default output format, or what happens when no filters are provided. The linkage hint adds useful context, but some behavioral traits remain implicit.

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?

A single compact sentence front-loads the purpose, then efficiently lists return fields, linkage workflow, and source. Every clause contributes value without repetition or unnecessary filler.

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 search tool with 7 parameters but no output schema or annotations, the description covers the essential workflow (search → get ykiho → pass to other tools) and return fields. It could optionally mention pagination or format behavior, but the schema handles parameter details, so the description is reasonably complete.

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 describes all 7 parameters with examples and constraints (100% coverage), so baseline is 3. The description adds no new parameter-level detail beyond grouping them into categories (name/region/type/department) that are already clear from 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 starts with a specific verb and resource ('병원을 검색해') and lists concrete search dimensions (기관명/지역/종별/진료과목) and return fields (ykiho, 주소, 전화, 좌표). It also distinguishes the tool from siblings by explicitly noting that the resulting ykiho should be passed to 비급여/상세 tools.

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?

It gives clear context: use this tool to search hospitals and obtain ykiho, then pass it to detail/non-payment tools. This implies a workflow and differentiates it from sibling tools, though it does not name exact alternative tool names or exclusion cases.

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