Skip to main content
Glama

아파트 매매 실거래가

apartment_trade_prices
Read-only

Cost: 3 credits/call (cache hit: 1). 국토교통부 아파트 매매 실거래가를 시군구(법정동코드 5자리) + 계약월(YYYYMM) 단위로 조회합니다. lawd_code는 search_address 결과의 lawd_code를 사용하세요 (예: 강남구 11680). deal_amount_krw는 원 단위 정수입니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo
lawd_codeYes법정동코드 앞 5자리 (시군구)
deal_monthYes계약년월 YYYYMM

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare the operation read-only and open-world, so the description does not need to restate safety. It adds useful operational context beyond the schema: credit cost per call, cache-hit behavior, dependency on search_address output, and the integer-KRW semantics of deal_amount_krw. Response pagination details are not disclosed, but this is a minor gap given the annotations.

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 compact and front-loaded: cost appears first, followed by the core resource and required dimensions, then the one non-obvious input source. The example is embedded efficiently in parentheses. Every clause earns its place with no filler.

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?

Required inputs and their source are well covered, and the mention of deal_amount_krw hints at the response contents despite the lack of an output schema. Still, since there is no output schema, the description should clarify the overall return shape, pagination behavior, and result-list semantics; these are only implied by page/per_page parameters.

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 description enriches lawd_code by telling the agent to reuse search_address's lawd_code and provides a concrete example, which the schema itself does not convey. However, page and per_page receive no semantic enrichment beyond their names and default values, and schema coverage is only 50%. This is adequate but leaves clear gaps for the optional parameters.

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 names a specific resource ('국토교통부 아파트 매매 실거래가'), a concrete query dimension (시군구 + 계약월), and the exact code format. This goes well beyond restating the tool name and makes it easy to distinguish from sibling tools such as search_address or get_pricing.

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 actionable guidance: use the lawd_code returned by search_address, with an explicit Gangnam-gu example. It clearly implies this is a follow-up lookup after address resolution. It does not explicitly state when not to use it, but the context is strong enough for an agent to choose correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a clearly distinct resource and action: addresses, apartment prices, corporations, laws, business registration, and billing info. Even the paired search_corporation/lookup_corporation are unambiguously separated by description and intended usage.

Naming Consistency4/5

Most tools follow a consistent verb_noun snake_case pattern (search_address, lookup_corporation, verify_business_registration). The only noticeable deviation is apartment_trade_prices, which is a noun phrase rather than verb-led, but the overall pattern remains readable and predictable.

Tool Count5/5

Eight tools is a well-scoped size for a Korean ground-truth data server covering addresses, real estate, corporations, legal, business registration, and account maintenance. Each tool earns its place and the count is neither bloated nor thin.

Completeness4/5

Core query and verification workflows are well covered, and the intended chaining (search_address -> apartment_trade_prices, search_corporation -> lookup_corporation) is clear. Minor gaps exist, such as no rental price lookup, no full law text retrieval, and limited corporation detail beyond basic registry information.

Resources