Skip to main content
Glama
hlucent
by hlucent

get_rh_rent

Retrieve actual rent transaction prices for South Korean row houses and multi-family homes. Enter a 5-digit regional code and contract year-month (YYYYMM) to get deposit and monthly rent data.

Instructions

연립다세대 전월세 실거래가 조회 (지역코드+계약년월)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoNo
numOfRowsNo
regionCodeYes법정동 앞 5자리, 예: 서울 종로구 11110
dealYearMonthYes계약년월 YYYYMM, 예: 202407
Behavior3/5

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

The verb '조회' indicates a read/query operation, providing some transparency that this is a data retrieval tool with no mutation side effects. However, with no annotations, the description carries the full burden and does not disclose pagination behavior, response format, or any rate limits, leaving significant behavioral details undocumented.

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 a single, compact sentence that immediately states the purpose and key parameters. There is no redundant wording or filler, making it extremely efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there is no output schema and no annotations, the description needs to explain what the tool returns, how pagination works, and any limitations. It does none of this, providing only the basic query intent. For a tool with 4 parameters and a potentially complex response, this is a significant gap.

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

Parameters3/5

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

Schema description coverage is 50%, and the description reiterates the two required parameters (regionCode, dealYearMonth) but adds no new semantic details beyond what the schema already provides. It does not mention pageNo and numOfRows at all, so the 50% gap for these parameters remains uncompensated, though the core filtering params are highlighted.

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 uses the specific verb '조회' (query) and the resource '연립다세대 전월세 실거래가' (row house/multi-family rent transaction prices), which clearly distinguishes it from siblings like get_apt_rent, get_offi_rent, and get_rh_trade. It also specifies the key identifiers (지역코드+계약년월) in the description, making the purpose unambiguous.

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 implied usage is clear from the resource type: this tool is for row house/multi-family rent data, differentiating it from siblings. However, there is no explicit statement of when to use it over alternatives, no exclusions, and no mention of conditions or prerequisites.

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

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