Skip to main content
Glama

hira_disease_inout_stats

Obtain HIRA disease statistics divided into hospitalization and outpatient categories by specifying disease code and year.

Instructions

Get HIRA disease statistics split by hospitalization and outpatient care.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sickCdYesHIRA disease code, for example J00. Use hira_search_disease first if unknown.
yearNoStatistics year, for example 2024. Defaults to last year.
sickTypeNoDisease classification type. HIRA examples commonly use 1.
medTpNoMedical type. Use 2 for Korean medicine/oriental medicine; use 1 for medicine when needed.
pageNoNoPage number. Defaults to 1.
numOfRowsNoRows per page. Defaults to 10.
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as pagination limits, data freshness, or error handling for invalid codes. The description only states the basic purpose, leaving agents uninformed about important behaviors like output structure or rate limits.

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 concise sentence that directly communicates the tool's core function with no extraneous words. It is well-structured and front-loaded.

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 complexity (6 parameters, no output schema), the description is minimal. It fails to explain the return format or how the output is structured, which is critical for an agent to use the tool effectively. The lack of output schema makes the description insufficiently 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?

Schema description coverage is 100%, so the baseline is 3. The tool description itself adds no additional meaning beyond what is already in the input schema parameter descriptions. The param details in the schema are sufficient.

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 action ('Get'), the resource ('HIRA disease statistics'), and the distinguishing feature ('split by hospitalization and outpatient care'). This differentiates it from sibling tools like hira_disease_gender_age_stats which splits by gender/age.

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?

The description provides no explicit guidance on when to use this tool versus alternatives. However, the input schema parameter 'sickCd' includes a hint to use hira_search_disease first if unknown, which is helpful but not comprehensive.

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/yoonscare/hira-disease-mcp'

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