Skip to main content
Glama

개조 가능성 — 벽을 헐 수 있나·욕실을 옮길 수 있나(법령 + 공고 인용)

realty_remodel_feasibility
Read-onlyIdempotent

**"이 아파트를 내가 원하는 대로 고칠 수 있나"**에 답하는 자리 — 두 축이다: ①벽(내력벽을 헐어 방을 틀 수 있나) ②배관(층상/층하 — 욕실·주방을 옮길 수 있나).

"벽식구조면 리모델링 못 하죠?"·"내력벽 철거 2016년에 허용되지 않았나요?"·"욕실 위치
바꿀 수 있나요?"·"인테리어 하는데 구청 가야 하나요?"가 이 도구의 질문이다.
**모델이 학습 데이터로 자신 있게 틀리는 자리**라 조문 원문을 값으로 준다 —
통설 둘("2016년 유예로 내력벽 철거 허용", "벽식=개인 리모델링 불가")이 **둘 다 틀렸고**,
이 도구가 그것을 조문으로 깬다.

답은 두 층으로 온다. **①규범 층은 커버리지 100%**(근거=법령 원문·시행일)이고 단지를
몰라도 답이 된다 — 전문은 realty_policy_rules(topic='unit_alteration_rules').
**②단지 층은 분양 모집공고 원문 인용**이며 커버리지가 희박하다: 아카이브 2,851건 중
쪽 원문 보유 2,294건, 그중 구조형식 언급 258건(11.2%)·배관방식 선언 221건·가변성 등급
34건뿐이고 **2020~2026 분양 한정이라 기존(준공된) 아파트는 0% 덮는다.**
커버리지는 매 응답에 실린다 — 그대로 사용자에게 전하라.

**없으면 unknown이고, unknown은 '아니다'가 아니다.** 준공연도로 구조형식을 추정하지
마라(모집단 비율을 개별 사실로 둔갑시키는 것이다). 값이 없을 때는 막다르게 두지 말고
응답의 how_to_find_out(관리사무소 설계도서·구청 행위허가 상담 등 실제로 확인 가능한
경로)을 안내하라 — 그것이 이 도구의 값어치다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNoboth=벽+배관(기본), wall=내력벽·평면 변경만, plumbing=상하수도·욕실 이동만both
complex_nameNo단지·공고명 일부 (공백 무관 매칭). **없어도 된다** — 비우면 법령 규범 층만 답한다(그것만으로도 통설 오답을 막는다)
house_manage_noNo공고 관리번호 (realty_presale·realty_notice_facts 응답의 house_manage_no)

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already flag read-only, open-world, idempotent, and non-destructive behavior, but the description goes much further: it reveals that coverage may be only 11.2% or 0%, that unknown is not a negative answer, that structure should not be inferred from the year of construction, and that responses must include how_to_find_out. This is substantial value beyond the annotations and no contradiction is found.

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?

The description is front-loaded with the core purpose and uses bold headers and two clear 'layer' sections to structure a domain-heavy signal. It is long, but almost every passage carries a specific warning or facility distinction that is needed for this recalcitrant task. The main cost is density, not irrelevance.

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?

There is no output schema, but the description states the two expected response layers, coverage disclosure requirement, unknown handling, and how_to_find_out path, so the sentiment model knows what to expect and how to behave. It does not formally specify response field names or error cases, but for an open-world read-only tool this is sufficient.

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?

The input schema already documents all three parameters well, including enum values, null defaults, and the meaning of omitting the complex name. The description explains only the general behavior of the 'unknown' case and response structure, but it does not add new semantic information about individual parameters beyond what the schema provides. Since schema_description_coverage is 100%, 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 job: it answers whether walls can be demolished and plumbing/bathrooms moved, using statute text and the original public-sale notice. It explicitly distinguishes itself from realty_policy_rules by noting the full norm text lives there, which helps an agent select the right sibling.

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 gives concrete example queries that map to this tool, explains that the normative layer works even without a complex name, and points to realty_policy_rules as the source of the full rule text. It is less clear about when not to use this tool in favor of adjacent realty_* tools, but the axis,building-name, and coverage logic supplies usable routing context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation3/5

The set has very explicit cross-tool guidance and each tool is often given a specific 'role', but there are still many overlapping clusters: auction search vs auction list vs auction detail, regional price bands vs price stats vs rankings, and court auction rate vs public auction rate. The descriptions reduce misselection, but with 51 tools including pairs like `fetch` and `realty_get_auction_case`, confusion is still likely for an agent.

Naming Consistency4/5

Most tools follow a clean `realty_` prefix and use consistent snake_case noun-phrases or verb-noun patterns, e.g. `realty_search_auctions`, `realty_get_auction_case`, `realty_presale_cost`. The exceptions are the generic `fetch`, `search`, and `report_issue`, which break the uniform prefixed convention but are only a small minor deviation from an otherwise consistent naming system.

Tool Count1/5

51 tools far exceeds the recommended threshold, even for a deliberately broad real-estate area; it is effectively an extreme number for a single MCP server. The tool count becomes the hardest usability problem, since agents must handle many tightly related micro-tools instead of interacting with a smaller, more manageable surface.

Completeness5/5

The tool set covers an impressively complete range: auction and public-auction workflows, apartment and non-apartment market, presale/cheongyak processes, tax and loan rules, subscription scoring, redevelopment, demographics, supply, POI, and even a reporting and routing tool. Boundaries and unsupported cases are explicitly documented, so there are no major obvious dead ends.