Skip to main content
Glama

get_freight_carriage

Retrieve freight train transport performance by origin and destination stations, with filters for date and cargo type. Get shipment tonnage and ton-kilometers for selected routes.

Instructions

화물열차 수송실적 조회. 발송역~도착역 구간별 화물 발송톤·운송연톤키로를 제공합니다. 화물구분·품목(대/중/소분류)별 필터링 가능.

Args: crtr_ymd: 특정 기준일자 (YYYYMMDD). 입력 시 해당 날짜만 조회. crtr_ymd_gte: 기준일자 시작 (YYYYMMDD, 이후) crtr_ymd_lte: 기준일자 종료 (YYYYMMDD, 이전) sndng_stn_cd: 발송역코드 (예: "3900090"=약목) sndng_stn_nm: 발송역명 (예: "약목") arvl_stn_cd: 도착역코드 (예: "3900113"=부산진) arvl_stn_nm: 도착역명 (예: "부산진") item_lclsf_cd: 품목대분류코드 (예: "110") item_mclsf_cd: 품목중분류코드 (예: "111") item_sclsf_cd: 품목소분류코드 (예: "1111")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crtr_ymdNo
arvl_stn_cdNo
arvl_stn_nmNo
crtr_ymd_gteNo
crtr_ymd_lteNo
sndng_stn_cdNo
sndng_stn_nmNo
item_lclsf_cdNo
item_mclsf_cdNo
item_sclsf_cdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns dispatch tons and ton-km, and that it supports date/station/item filtering, but does not mention response format, pagination, or default behavior when no filters are set. Not contradictory, but incomplete.

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?

Well-structured: a two-sentence Korean intro states purpose and capabilities, followed by a clear Args list with definitions. No redundant or filler content; front-loaded and efficient.

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?

The description covers all parameters and indicates the returned data (ton and ton-km). It leaves ambiguity about default behavior when no date filters are provided and whether station code vs name are required, and doesn't clarify output structure, though an output schema exists. Overall slightly incomplete for a 10-optional-param tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and the description compensates fully by explaining each of the 10 parameters, including format (YYYYMMDD), meaning (gte/lte), and concrete examples like '3900090'=약목. This adds significant value beyond 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?

Description clearly states the tool queries freight train transport performance (화물열차 수송실적 조회), providing dispatch tons and transport ton-km for station-to-station segments, with filtering by freight classification and item categories. This distinguishes it from siblings like get_freight_items (item list) or search_freight_code (code lookup).

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?

The description implies usage for retrieving freight performance statistics, but does not explicitly state when to use it versus alternatives or exclude certain cases. It provides context (segment-based performance with date/item filters) but no direct 'use this when' guidance.

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