Skip to main content
Glama

가격 분포 비교

compare_prices

Compare Airbnb and Yanolja one-night price distributions for a region, showing median, quartiles, and type breakdowns to find which platform offers lower rates and typical market prices.

Instructions

같은 조건에서 Airbnb와 야놀자의 1박 가격 분포(중앙값·사분위·유형별)를 비교합니다. 개별 숙소가 아니라 "어느 플랫폼이 싼가", "이 지역 시세가 얼마인가"를 물을 때 호출하세요. 두 사이트의 표시 기준(총액 vs 1박)을 1박으로 정규화해 비교합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adultsNo성인 인원 수
regionYes검색할 지역. "서울"·"제주"·"강릉" 같은 한글 지명을 그대로 넣으면 됩니다 (주요 국내 지역은 Airbnb용 영문 슬러그로 자동 변환). 변환 목록에 없는 지역은 airbnbRegion에 슬러그를 직접 지정하세요.
checkinYes체크인 날짜 YYYY-MM-DD
checkoutYes체크아웃 날짜 YYYY-MM-DD
maxPagesNo
excludeAdsNo광고 표기 숙소 제외 여부. 야놀자는 검색 결과 대부분이 광고로 표시되므로 기본은 포함입니다.
airbnbRegionNoAirbnb에만 쓸 지역 슬러그 오버라이드. 형식은 "Seoul--South-Korea"처럼 City--Country. region이 자동 변환되지 않는 지역일 때 사용하세요.
yanoljaRegionNo야놀자에만 쓸 검색 키워드 오버라이드 (한글).
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose a key behavioral trait: normalizing both sites' display standards (total vs per-night) to per-night prices. However, it does not mention whether this is a read-only operation, any rate limits, or output format, which are important for an unannotated tool.

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 three sentences, front-loaded with purpose, then usage, then normalization detail. Every sentence contributes meaningful information with no fluff or repetition.

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?

The tool has 8 parameters, 3 required, and no output schema. The description covers purpose, usage, and normalization, and even hints at output content (median, quartiles, by type). However, it lacks an explicit description of the return format or possible errors, which would be more critical given the absence of an output schema.

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 coverage is 88%, so most parameters are already documented in the schema. The description does not add significant param-specific semantics; it only implies 'same conditions' anchoring to region, checkin, and checkout. The undocumented maxPages parameter is not compensated by the description.

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 one-night price distributions (median, quartiles, by type) between Airbnb and Yanolja under the same conditions. It explicitly distinguishes itself from individual listing searches with '개별 숙소가 아니라', which differentiates it from sibling tool search_stays.

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 explicitly states when to use the tool: when asking 'which platform is cheaper' or 'what is the market rate in this area'. It also gives a clear exclusion by noting it is not for individual listings, which helps avoid misuse. However, it does not name specific sibling tools as alternatives, so it stops short of a 5.

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/gaebalai/stay-search-mcp'

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