Skip to main content
Glama
ohkyuetaek

korea-realestate-mcp

by ohkyuetaek

realestate_search_apt_trade

Read-onlyIdempotent

Retrieve actual apartment sale transaction prices for a specified region and period, with optional filters for name, area, and response format.

Instructions

특정 지역·기간의 아파트 매매 실거래가를 조회한다.

Args:
    region: 지역명 (예: "강남구", "분당구", "서울 송파구")
    year_month: 특정 년월 "202401" (year_month 또는 start/end 중 하나 필수)
    start_year_month: 기간 시작 "202301"
    end_year_month: 기간 종료 "202312"
    apt_name: 아파트명 필터 (부분 매칭)
    min_area: 최소 전용면적(㎡)
    max_area: 최대 전용면적(㎡)
    response_format: "markdown" (기본) 또는 "json"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYes
apt_nameNo
max_areaNo
min_areaNo
year_monthNo
end_year_monthNo
response_formatNomarkdown
start_year_monthNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds useful constraints (e.g., year_month or start/end required, response_format default) that are not enforced by the schema. No contradictions with annotations exist.

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 compact and well-organized as a parameter list, with each line earning its place. It avoids fluff while covering all 8 parameters, though a brief note about return value could improve it.

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 the tool's complexity (8 parameters) and that an output schema exists, the description adequately covers all parameter semantics and key constraints. Sibling differentiation could be more explicit, but the purpose is clear enough for an agent to select correctly.

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 schema provides only parameter titles with no descriptions, so the Args list in the tool description fully compensates by explaining each parameter with examples, including the conditional requirement for date inputs. This adds high value over the structured 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?

The description clearly states the tool queries 'apartment sales actual transaction prices' for specific regions/periods. This distinguishes it from sibling tools like realestate_search_apt_rent, which handles rentals, and analysis tools like realestate_analyze_price_trend.

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 implies usage when apartment sales data is needed but does not explicitly contrast with alternatives like rental search or analysis tools. The requirement that year_month or start/end is mandatory is a parameter guideline, not a when-to-use statement.

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

Install Server

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/ohkyuetaek/korea-realestate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server