Skip to main content
Glama
coding-realtor

Korea Building Register MCP

get_building_expos_info

Retrieve unit-specific information from the Korean Building Register, including address details, building/door names, and ownership data for individual units within registered structures.

Instructions

건축물대장 전유부를 조회합니다.

건축물대장 전유부의 지번주소 및 새주소, 동/호명칭 등의 정보를 제공합니다.
dong_nm과 ho_nm으로 특정 동/호를 직접 필터링할 수 있습니다.

Args:
    sigungu_cd: 시군구코드 (5자리, 예: 11110 = 서울 종로구)
    bjdong_cd: 법정동코드 (5자리, 예: 10100)
    plat_gb_cd: 대지구분코드 (0: 대지, 1: 산, 2: 블록)
    bun: 번 (4자리, 예: 0001)
    ji: 지 (4자리, 예: 0000)
    mgm_bldrgst_pk: 관리건축물대장PK
    dong_nm: 동명칭 (예: "126동") - 특정 동으로 필터링
    ho_nm: 호명칭 (예: "1704호") - 특정 호로 필터링
    page_no: 페이지 번호 (기본값: 1)
    num_of_rows: 한 페이지 결과 수 (기본값: 100)

Returns:
    Dictionary containing:
    - items: 전유부 정보 목록 (건물명, 동명칭, 호명칭, 주부속구분 등)
    - page_no: 현재 페이지 번호
    - num_of_rows: 페이지당 결과 수
    - total_count: 전체 결과 수

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sigungu_cdNo
bjdong_cdNo
plat_gb_cdNo
bunNo
jiNo
mgm_bldrgst_pkNo
dong_nmNo
ho_nmNo
page_noNo
num_of_rowsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by: 1) Clearly indicating this is a read-only query operation ('조회합니다'), 2) Describing pagination behavior with page_no and num_of_rows parameters, 3) Specifying the return structure including pagination metadata. It doesn't mention rate limits or authentication requirements, but covers core behavioral aspects adequately.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with purpose statement, scope clarification, filtering capability note, and organized parameter/return sections. The Korean-only text may limit accessibility, but within that constraint, it's efficiently organized with no redundant information.

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

Completeness5/5

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

Given 10 parameters with no schema descriptions, an output schema exists, and no annotations, the description provides complete context: purpose, parameter meanings with examples, filtering capabilities, pagination behavior, and return structure. It adequately compensates for all gaps in structured data.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by providing: 1) Korean translations and meanings for all 10 parameters, 2) Format examples (5-digit codes, 4-digit bun/ji), 3) Filtering explanations for dong_nm and ho_nm, 4) Default values for page_no and num_of_rows. This adds substantial value beyond the bare schema.

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 purpose: '건축물대장 전유부를 조회합니다' (retrieves building register exclusive use information). It specifies the exact resource (building register exclusive use part) and distinguishes from siblings by focusing on specific address and unit information rather than other building aspects like floor outlines, prices, or titles.

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 description implies usage through parameter explanations (filtering by dong/ho) but doesn't explicitly state when to use this tool versus alternatives. It mentions filtering capabilities but doesn't compare to sibling tools like 'get_building_title_info' or 'search_bjdong_code' for different use cases.

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/coding-realtor/building-register-mcp'

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