Skip to main content
Glama
kimduksoo
by kimduksoo

get_complexes

Retrieve a list of real estate complexes in a specific administrative district using area code and property type.

Instructions

특정 동의 단지 목록 조회

rate limit 시 좌표 기반 매물 검색으로 자동 전환됩니다. 전환 시 search_listings 사용을 안내합니다.

Args: cortar_no: 읍면동 코드 (10자리) real_estate_type: APT, OPST, VL 등

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cortar_noYes
real_estate_typeNoAPT

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It reveals an automatic fallback on rate limiting, which is a key behavioral trait. However, it does not mention other aspects like authentication, read-only nature, or error states. The disclosure is partial but adds value.

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 short, starting with the core purpose, then the behavioral note, then parameter documentation. Every sentence contributes without redundancy. It is efficiently structured for an AI agent to parse quickly.

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 has only 2 parameters and an output schema, the description covers purpose, parameters, and a critical behavioral quirk (rate limit fallback). It lacks mention of authentication or pagination, but the output schema likely handles return details, making it reasonably complete.

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%, so the description bears full responsibility. It explains cortar_no as a 10-digit administrative district code and lists real_estate_type values (APT, OPST, VL etc.), with a default noted. This provides essential meaning absent from the 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 explicitly states the tool retrieves a list of complexes for a specific neighborhood, with a clear verb (조회/retrieve) and resource (단지 목록/complex list). This distinguishes it from siblings like get_complex_detail (single complex) and search_listings (property listings).

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 provides a specific usage scenario: when rate-limited, the tool auto-switches and directs to search_listings. This gives agents a conditional alternative. However, it doesn't cover when to prefer this tool over other siblings in normal conditions.

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