Skip to main content
Glama

search_property_listings

구조화된 제주 부동산 매물을 필터로 검색합니다. 지역·매물유형·거래유형·가격·면적 필터 지원. 금액은 원(KRW) 단위입니다 (3억 → 300000000). 지역은 한글 이름 ('노형동', '애월읍', '제주시'). 월세 상한은 monthly_max, 연세(제주 특유 연 단위 임차) 상한은 yearly_max 를 사용하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo
unitNo면적 단위 (기본 ㎡)
limitNo
regionNo읍·면·동 이름 또는 '제주시'/'서귀포시' (시 단위는 산하 전체 포함)
area_maxNo면적 상한
area_minNo면적 하한
deal_typeNo
price_maxNo매매가/전세가 상한 (원)
price_minNo매매가/전세가 하한 (원)
yearly_maxNo연세 상한 (원)
monthly_maxNo월세 상한 (원)
property_typeNo
include_expiredNo만료 매물 포함 (기본 false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It reveals non-obvious behavior: amounts must be in KRW with a concrete example (3억 → 300000000), region values must use Korean names, and Jeju-specific annual rent maps to yearly_max. It does not describe result ordering, pagination, or expired-listing defaults, but the core search behavior is transparent and side-effect-free.

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?

Three compact Korean sentences with no filler. The main action and filter scope are front-loaded, followed by the critical formatting and parameter-mapping conventions. Every sentence adds information that reduces the chance of incorrect invocation.

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 13 parameters, no annotations, and no output schema, the description targets the highest-risk ambiguities for Jeju property search: currency units, locality names, and the distinction between monthly and yearly rent. Combined with the schema's parameter descriptions and enums, this is sufficient for correct invocation, though explicit notes on default sort/limit and expired-listing behavior would make it fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 69%, so the description is not the sole source of parameter meaning, but it adds high-value semantics beyond the schema: currency unit, KRW conversion example, Korean region-name convention, and explicit mapping of monthly_max/yearly_max to 월세/연세. Uncovered details like sort and limit defaults are largely self-explanatory, and enums document their own allowed values.

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 opens with a specific verb ('검색합니다') and a concrete resource ('구조화된 제주 부동산 매물'), then enumerates the supported filter dimensions (지역·매물유형·거래유형·가격·면적). This clearly distinguishes it from sibling tools like search_posts/search_jobs and from the write-oriented upsert_property_listing.

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 clear, actionable context: it states the filter capability, provides currency formatting rules, specifies Korean region-name input, and explicitly disambiguates when to use monthly_max versus yearly_max. It does not name alternative tools or state exclusion conditions, but the search context and parameter guidance are clear enough for correct use.

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

A3.6/5.0
Disambiguation4/5

Each tool targets a distinct resource or workflow (posts, facilities, jobs, property, personas, stats), and descriptions clarify normal-user vs persona posting and feed vs keyword vs by-ID retrieval. The only mild overlap is create_post vs post_as_persona, both create posts, but the persona-specific flow is clearly documented.

Naming Consistency4/5

Tool names follow a consistent snake_case verb_noun pattern (get_, list_, search_, create_, upsert_). Minor deviations are find_facilities instead of search_facilities and post_as_persona as a prepositional verb, but these are easy to predict.

Tool Count4/5

16 tools is slightly above the typical well-scoped 3-15 range, but the breadth reflects multiple verticals (community posts, jobs, property, facilities, stats). Each tool has a role, so the count feels reasonable rather than bloated.

Completeness3/5

The set covers read/search/create for posts and upsert/search for jobs and property, plus supporting listings and stats. However, there are no update/delete operations for posts or personas, no comment tools despite comment counts being mentioned, and no delete for structured listings, leaving notable lifecycle gaps.

Resources