Skip to main content
Glama
ohkyuetaek

korea-realestate-mcp

by ohkyuetaek

realestate_compare_regions

Read-onlyIdempotent

Compare apartment transaction prices across 2-5 regions for a specific month to analyze regional price differences.

Instructions

2개 이상 지역의 시세를 비교 분석한다.

Args:
    regions: 비교할 지역명 목록 (최소 2, 최대 5)
    year_month: 비교 기준 년월
    area_range: 면적대 필터 "59-84"
    response_format: "markdown" (기본) 또는 "json"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionsYes
area_rangeNo
year_monthYes
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds no extra behavioral context such as rate limits or data scope caveats, but does not contradict 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 concise, front-loaded with the main purpose, and uses a clear Args block. Every sentence adds value without redundancy.

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?

Covers the core use case and all parameters, and an output schema exists so return values need no explanation. Minor gap: '시세' could ambiguously refer to sale or rent prices, but the overall context from sibling tools mitigates this.

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?

With 0% schema description coverage, the description compensates by explaining each parameter: regions (min 2 max 5), year_month (comparison basis), area_range (example filter), and response_format (default/options). It adds meaning beyond the schema, though year_month format is not specified.

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 compares and analyzes market prices of 2 or more regions, which is a specific verb+resource+scope. This distinguishes it from sibling tools that handle single-region or specific transaction types.

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 implies the tool is for multi-region comparison, making the use case clear. However, it does not explicitly mention when not to use it or name alternative tools, but the context is sufficiently distinct.

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