Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HIRA_SERVICE_KEYYesYour service key from the Korean public data portal (data.go.kr). Used for authentication.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hira_search_diseaseA

Search HIRA disease names and codes. Defaults to Korean medicine data with medTp=2.

hira_disease_gender_age_statsA

Get HIRA disease statistics by gender and age. Use for Korean medicine lecture examples after finding a disease code.

hira_disease_inout_statsB

Get HIRA disease statistics split by hospitalization and outpatient care.

hira_disease_institution_type_statsB

Get HIRA disease statistics by medical institution class/type.

hira_disease_region_statsC

Get HIRA disease statistics by medical institution region.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct statistical dimension (gender/age, inpatient/outpatient, institution type, region) plus a search tool, with no overlap in purposes.

Naming Consistency5/5

All tools follow the consistent pattern 'hira_disease_<specific_dimension>', using snake_case uniformly.

Tool Count5/5

5 tools is well-scoped for a focused domain of disease statistics, covering core breakdowns without unnecessary bloat.

Completeness4/5

The set covers search and major statistical breakdowns, but lacks a tool for overall aggregated statistics (e.g., total counts) which could be useful.

Maintenance

ActivityInactive
ResponsivenessNo issues