Skip to main content
Glama

가격 추이 조회

price_history

Reads stored snapshots to show daily median price changes over time, answering questions about price trends such as whether costs rose versus last week.

Instructions

이전에 수집해 둔 스냅샷에서 일자별 1박 가격 중앙값 추이를 읽습니다. "지난주보다 올랐나", "가격이 어떻게 변했나"처럼 시간에 따른 변화를 물을 때 호출하세요. 새로 수집하지 않고 DB만 읽으므로 빠릅니다. 데이터가 없으면 먼저 search_stays를 여러 날에 걸쳐 실행해야 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo종료일 YYYY-MM-DD
fromNo시작일 YYYY-MM-DD
regionYessearch_stays에 사용했던 것과 동일한 지역 문자열
sourceNo
excludeAdsNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool reads from the DB only, is fast, and requires prior snapshot collection. It also warns that without data, search_stays must be run first. However, it does not specify what happens if no data exists, leaving a minor transparency gap.

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 two sentences, front-loaded with the core function, then examples, then speed and prerequisite. Each 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?

For a tool with 5 parameters and no output schema, the description covers the essential context: purpose, when to use, and prerequisite. However, it does not describe the exact return shape or behavior when no data exists, so it's slightly incomplete for a no-output-schema tool.

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 60%, and the description adds some context (snapshot-based, region must match search_stays) but does not meaningfully explain the from/to, source, or excludeAds parameters beyond what the schema provides. The description reinforces that region must align with prior searches but adds no new parameter-level detail.

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 reads daily median price trends from previously collected snapshots, using a specific verb and resource. It distinguishes from siblings by emphasizing it uses pre-collected data and is a read-only DB operation, and it provides example queries that clarify its function.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to call this tool: when users ask about price changes over time. It also gives a clear prerequisite: if no data exists, run search_stays first over multiple days. This provides both positive and negative usage guidance.

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