Skip to main content
Glama
kimduksoo
by kimduksoo

search_listings

Find real estate listings near a location using latitude and longitude coordinates. Specify property and trade type to filter results.

Instructions

좌표 기반 매물 검색 (가장 안정적인 방법)

단지 코드 없이 좌표만으로 해당 지역의 모든 매물을 검색합니다. get_region_info로 좌표를 먼저 확인하거나, 알고 있는 좌표를 직접 입력하세요.

거래 유형: A1(매매), B1(전세), B2(월세) — 여러 개는 콜론으로 구분 (A1:B1:B2) 부동산 타입: APT(아파트), OPST(오피스텔), VL(빌라) — 여러 개는 콜론으로 구분

Args: lat: 위도 (예: 37.3675) lon: 경도 (예: 127.1127) cortar_no: 지역 코드 (선택, 입력 시 더 정확한 결과) real_estate_type: 부동산 타입 (기본: APT) trade_type: 거래 유형 (기본: A1=매매) delta: 검색 반경 (기본: 0.015 ≈ 약 1.5km) max_pages: 최대 페이지 수 (기본: 3, 페이지당 20건)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
cortar_noNo
real_estate_typeNoAPT
trade_typeNoA1
deltaNo
max_pagesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions stability and parameter defaults but does not disclose side effects, authentication needs, rate limits, or response structure. Some transparency is present in parameter behavior (e.g., max_pages).

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 with a bold title, explanatory text, and a parameter list. It is front-loaded with purpose. Slightly verbose due to repeated explanations of code formats, but overall efficient.

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 parameter count of 7 and 2 required parameters, the description covers input semantics well. It does not mention output schema (which exists) or return value details, but that is acceptable. It also explains pagination via max_pages. Missing a note on output structure or error handling.

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?

With 0% schema description coverage, the description fully compensates by providing detailed explanations for all 7 parameters, including examples, allowed values (trade types, property types), defaults, and the meaning of delta and max_pages. This is excellent coverage.

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?

The description clearly states the tool's purpose: 'coordinate-based listing search (most stable method)'. It distinguishes itself from get_region_info (used as a prerequisite) but does not explicitly differentiate from other siblings like get_articles or get_complex_detail.

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 advises using get_region_info first to verify coordinates and explains trade/property type codes. It provides context for when to use (coordinate-based search) but does not specify when not to use or mention alternative tools.

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/kimduksoo/naver-land-mcp'

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