Skip to main content
Glama

search_container_record

Search container loading history with filters for container number, wagon number, receipt date, or item name. Retrieves paginated records from KORAIL's container loading data.

Instructions

컨테이너 적재 이력 페이지 조회 (총 166,275건, odcloud).

대용량이라 매 호출 시 odcloud에 페이지 단위로 요청. 필터(컨테이너번호/화차차량번호/화물수탁일자/품목명)가 주어지면 받은 페이지 내에서 부분일치로 후필터링. per_page 최대 1000.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo
item_nameNo
receipt_dateNo
wagon_numberNo
container_numberNo
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals essential traits: the dataset scale, that each call requests a page from odcloud, that filters are applied as partial-match post-filtering within the fetched page (a critical limitation for agents filtering large data), and that per_page is capped at 1000. This goes well beyond a generic search description and gives agents operational awareness that affects how they paginate and filter.

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 three concise, information-dense sentences. The first states purpose and scale, the second explains the paging model and post-filtering behavior, and the third sets the per_page limit. There is zero fluff – every sentence contributes to agent decision-making.

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?

Given no output schema and no annotations, the description covers core usage: pagination, filter behavior, and limits. The total count (166,275) gives scale awareness. It doesn't specify the return fields or how to determine when pagination ends, but for a page-listing tool an agent can infer a list of records. Minor gap in response structure, but overall it provides enough to call the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It does by explicitly naming all four filter parameters (container_number, wagon_number, receipt_date, item_name) and clarifying page/per_page via 'page units' and 'per_page max 1000'. It also explains that filters are partial-match post-filters, adding semantic value not present in the schema. Every parameter is addressed.

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 opens with '컨테이너 적재 이력 페이지 조회' – a specific verb ('조회' = inquiry) plus a precise resource ('container loading history page'). This clearly identifies what the tool does and distinguishes it from sibling search tools like search_freight_code or search_station, as it targets container loading records with pagination.

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 gives strong usage context: it is for large-volume (166,275 records) container loading history, retrieved page-by-page from odcloud, with optional post-filtering. It doesn't explicitly state when to use it over alternatives, but the operational details make the intended scenario clear. No exclusion criteria are mentioned, but the context is sufficient for an agent to select it appropriately.

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