Skip to main content
Glama

get_advance_disclosure_files

Fetch KORAIL advance disclosure file lists with file names, extensions, and linked disclosure numbers, filtering by partial keyword match.

Instructions

홈페이지 사전정보공표 첨부파일 목록 조회.

첨부파일명, 파일 확장자, 연결된 공표대상 번호를 제공한다.

keyword: 파일명 부분일치 필터

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only states what fields are returned, but does not mention whether the operation is read-only, pagination, authentication, error behavior, or any side effects. This is a minimal description that adds little beyond the obvious 'list' function.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three short lines: purpose first, then output fields, then parameter hint. It is appropriately sized for a simple tool with one optional parameter, no filler, and front-loads the main purpose.

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

Completeness3/5

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

Given the tool's simplicity (one optional param) and an output schema (which describes return shape), the description covers the core function and the parameter. However, it lacks usage context (when to use siblings) and behavioral notes (e.g., read-only nature). For a basic lookup tool this is acceptable but incomplete.

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 has zero description coverage, so the description must explain parameters. It does clarify that 'keyword' is a partial-match filter on file name ('파일명 부분일치 필터'), which adds meaning beyond the bare 'string' type. However, it does not mention case sensitivity, encoding, or edge cases, so it is adequate but not rich.

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 specifies the action ('조회' – retrieve) and the resource ('첨부파일 목록' – attachment file list for advance disclosures), and lists the provided fields (file name, extension, linked disclosure number). This distinguishes it from sibling tools like get_advance_disclosure and get_advance_disclosure_detail, though it does not explicitly name these alternatives.

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 gives no guidance on when to use this tool versus alternatives. It does not state conditions, exclusions, or prerequisites. The only usage-related hint is 'keyword: 파일명 부분일치 필터', which is a parameter explanation, not a usage guideline.

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