Skip to main content
Glama

get_lease_stores

Search station lease stores by name, code, or station to get operational details like location, contract period, opening date, and business hours.

Instructions

역사 내 임대매장 운영정보 조회 (실시간 REST API).

역사 내 임대매장의 매장명, 매장위치, 역명, 본부, 개업일자, 계약기간, 승인면적, 평일·휴일 영업시간 등을 제공한다.

store_name: 매장명 부분일치 필터 (예: "파리바게뜨", "GS25") station_code: 역코드 정확일치 필터 (예: "0001") station_name: 역명 정확일치 필터 (예: "서울역", "부산역")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_nameNo
station_codeNo
station_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It does disclose that the API is '실시간 REST API' (real-time) and reveals in the title that it is a read operation (get), but it omits auth requirements, pagination/large-result behavior, whether the data is volatile, and any error or empty-result semantics. For an unannotated tool this is a noticeable gap.

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 purpose is front-loaded in the first line and the paragraph is compact. The field list is useful, and the parameter section is well organized into a three-line block that mirrors the schema. Minor redundancy in repeating '필터' (filter) for each parameter, but overall every line earns its place.

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?

An output schema exists, which relieves the description of documenting return-value structure. Combined with full parameter documentation (6.4) and the stated real-time nature, an agent has most of what it needs to invoke the tool correctly. Remaining gaps are pagination/result-volume behavior and known limitations on result count for broad queries with all parameters empty.

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 description coverage is 0%, putting the entire burden on the description, which fully compensates. All three parameters (store_name partial match, station_code exact match, station_name exact match) are documented with match semantics and concrete examples (e.g., '파리바게뜨', '0001', '서울역'). This is exactly the value the description should add beyond the bare schema.

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?

Description states a specific verb (조회/inquiry) and resource (임대매장/lease stores within stations), and lists the fields returned (store name, location, station, headquarters, dates, hours), making it distinguishable from get_lease_codes and get_leased_assets by subject matter. The field list gives concrete substance, but it doesn't explicitly contrast against its closest siblings, so it stays below 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains how to use each filter (partial vs exact match) with Korean examples, which is genuine usage guidance. However, it never tells the agent when to choose this tool over get_lease_codes or get_leased_assets, nor does it state exclusions or context. Filter mechanics are covered but tool-selection context is absent.

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