Skip to main content
Glama

get_info_disclosure_codes

Retrieve KORAIL information disclosure common codes by code type, providing code type, name, and usage status for public data queries.

Instructions

정보공개 시스템 공통코드 조회.

분류코드(CODETYPE), 분류코드명(CODENAME), 사용여부를 제공한다.

code_type: CODETYPE 일치 필터 (빈값=전체)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
code_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the returned fields and the filter behavior (empty value = all), providing basic transparency. However, it does not mention whether the operation is read-only, any access requirements, or the response shape beyond the output schema, so it is adequate but not rich.

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 compact and efficient, with each line serving a purpose: it states the resource, the returned fields, and the parameter semantics. No wasted words.

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 lookup tool with an existing output schema, the description covers what it returns and how to filter. It lacks explicit mention of read-only behavior or edge cases, but is largely complete for its simplicity.

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?

The single parameter code_type is explained beyond the schema: it is a filter matching CODETYPE and that an empty value means all. Since schema description coverage is 0%, this description adds meaningful semantic value that the schema lacks.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this tool retrieves common codes for the information disclosure system, and lists the fields provided (CODETYPE, CODENAME, usage status). While this distinguishes it from other code-lookup siblings by naming a specific system, it does not explicitly contrast itself with those siblings, so it stops short of a 5.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention any conditions, prerequisites, or reference other code-lookup tools, leaving the agent to infer the appropriate context from the tool name and sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/lovelyquality/korail-mcp'

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