Skip to main content
Glama
whchoi98

Seoul OpenData MCP

by whchoi98

Real estate transaction prices

get_real_estate_prices

Fetch Seoul real-estate sale transaction records filtered by district, dong, or year. Get actual property prices to answer questions about apartment sale values.

Instructions

Get Seoul real-estate sale transaction records (price in 만원), filterable by district/dong/year. 부동산 매매 실거래가. "강남구 아파트 실거래가?" 류 질문에 사용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dongNo법정동명 (예: "역삼동")
yearNo접수연도 YYYY
limitNo최대 건수 (기본 10)
districtNo자치구명 (예: "강남구")
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It adds useful details like the geographic scope (Seoul), price unit, and filterability. However, it doesn't specify return format, property types (e.g., apartments vs. all types), sorting, or default behavior when no filters are provided, leaving some ambiguity.

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 and front-loaded. The main verb and resource appear first, followed by a parenthetical unit note and filtering possibilities. The Korean title and usage example are efficient and directly relevant, with no wasted words.

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

Completeness3/5

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

For a read-only query tool with no output schema, the description is reasonably complete but leaves gaps. It doesn't clarify whether results are limited to apartments, what the default scope is when no filters are given, or what fields are in the output. The schema helps with parameters but not with return semantics.

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 100% with each parameter described. The description mentions filterable by district/dong/year, which mirrors the schema but adds little new meaning. It doesn't explain nuances like the limit parameter or combinations of filters, so the baseline 3 is appropriate.

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's function with a specific verb and resource: 'Get Seoul real-estate sale transaction records'. It also mentions the price unit (만원) and filter criteria, making it distinctly different from sibling tools like get_weather or get_population.

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 provides a concrete usage example in Korean: 'Use for questions like "Gangnam-gu apartment real transaction price?"'. This gives clear context for when to use the tool, although it doesn't explicitly enumerate exclusions or alternative tools.

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/whchoi98/seoul-opendata-mcp'

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