Skip to main content
Glama

get_leased_assets

Retrieve KORAIL leased asset details including location, facility, contract period, area, and annual rent. Filter results by location or facility name to find real estate assets under lease management.

Instructions

한국철도공사 임대자산 현황 조회 (1,773건).

철도공사가 관리 중인 임대 자산의 소재지, 시설명, 계약기간, 임대면적(㎡), 연간임대료(부가세 별도)를 제공한다. 역사 내 상업공간·건물·유휴부지 등 실제 임대 중인 부동산 자산 정보. B551457 /stores(매장 운영정보)와 다름 — 이 도구는 자산/재무 관점.

location: 자산소재지 부분일치 필터 (예: "서울", "대전", "경기") facility_name: 시설명 부분일치 필터 (예: "서울역", "용산역")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNo
facility_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly indicates a read-only query ('현황 조회') and enumerates the data returned, implying no side effects. It also notes the data volume (1,773 records) and partial-match filter behavior, providing useful behavioral context beyond mere operation. However, it doesn't explicitly mention pagination or any limits, but for a simple read-only lookup, this is acceptable.

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 well-structured: it opens with the core purpose, lists the data fields, clarifies the distinction from a sibling, and then details each parameter with examples. Each sentence contributes value without redundancy. It is longer than two sentences but remains efficient and front-loaded with the primary directive.

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 tool is relatively simple with two optional parameters, and the description covers the data returned, parameter semantics, and a key sibling distinction. An output schema exists, which likely documents the return structure, so nothing critical is missing. The description is sufficient for an agent to invoke the tool correctly without additional context.

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?

The input schema has 0% description coverage, so the description must compensate, and it does excellently. It explains that location is a partial-match filter on asset location with examples ('서울', '대전') and facility_name is a partial-match filter on facility name with examples ('서울역', '용산역'), giving agents precise meaning and usage patterns beyond just the schema's string type and default.

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 explicitly states the tool queries leased assets of the Korean Railroad Corporation and lists the exact fields provided (location, facility name, contract period, area, annual rent), making the purpose unambiguous. It also directly distinguishes itself from the sibling tool get_lease_stores by clarifying this is an asset/financial perspective rather than store operations, which helps an agent select correctly.

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 names the sibling get_lease_stores and draws a clear distinction, effectively telling the agent when not to use this tool (when store operational info is needed) and when to use it (for asset/financial data). It also provides filter usage examples (e.g., '서울', '대전') that clarify how to apply parameters, though it does not explicitly state broader scenario conditions.

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