Skip to main content
Glama

내만집 (nmjib) — Korean semi-self interior renovation

집주인 상담·견적 문의(접수 1단계)

nmjib_consult_request
Idempotent

집주인이 내만집 담당자와 상담(반셀프 견적·작업자 매칭·공정 계획)을 원할 때 문의를 접수한다. 저장만 하고 되읽지 않는다. 호출하면 휴대폰으로 6자리 확인 문자가 가고 접수번호가 온다 → 문자의 번호를 받아 nmjib_verify_code 로 완료한다. 사용자가 명시적으로 "상담 받고 싶다/연락 달라"고 할 때만 쓴다(이름·연락처·지역·평수·공사 범위를 물어보고 동의를 받은 뒤 consent=true). 금액 산출 도구가 아니다 — 비용 질문은 nmjib_cost_reference(후기 집계 범위)를 쓰고, 정확한 우리집 금액은 앱 견적을 안내한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes이름(또는 상호 담당자)
noteNo메모
phoneYes휴대폰 번호(010-1234-5678) — 이 번호로 6자리 확인 문자가 갑니다
scopeYes공사 범위. 예: "올수리", "욕실+주방", "도배·마루만"
pyeongNo평수
regionYes지역(시·구)
timingNo공사 희망 시기
complexNo아파트·단지명
consentYes개인정보 수집·이용 동의. 사용자에게 수집 항목·목적·보유기간을 읽어 주고 명시적으로 동의를 받은 뒤에만 true. 수집 항목: 이름·휴대폰 번호와 신청 내용 · 목적: 담당자 연락과 접수 처리 · 보유: 180일 뒤 자동 삭제(요청 시 즉시) · 문의·철회: 1644-7233 · 정책: https://nmjib.com/privacy-policy

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

The description discloses important side effects beyond what annotations carry: it sends a 6-digit SMS to the user, returns a request number, and only saves data without any read-back path. It also explains the consent handling and office chain. These details are critical for an agent to know before invoking the tool and are not captured in the annotations.

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 dense and contains no redundant words: each sentence adds a distinct piece of purpose, side effect, flow, or exclusion. It is a single paragraph, so scanning could be easier with slight formatting, but the content justify the length.

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?

For a write-only tool with a 2-step verification process, this is complete: the description covers the purpose, the exact conditions, the SMS side effect, the completion step, and the alternative tools. Nothing needed for an agent to call it correctly is missing, even with no output schema present.

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

Parameters4/5

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

The input schema covers 100% of the parameters, so the baseline is a bit higher with valuable additions: the description tells the agent the exact fields (name, phone, region, pyeong, scope) to ask for and the consent condition, and it links the phone parameter to the SMS verification flow. This is below 5 only because the schema already carries the detailed field semantics, especially for consent and phone.

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 explicitly states a specific verb and resource: the tool '접수(registers)' a homeowner's consultation/estimate inquiry, and it distinguishes itself from related tools by explicitly saying it is not a cost-calculation tool and that its completion requires 'nmjib_verify_code'. This leaves no ambiguity about what the tool does and what it does not do.

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 provides clear selection criteria: call this tool only when the user explicitly asks for a consultation, use 'nmjib_cost_reference' for cost questions, use the app for exact prices, and complete the flow via 'nmjib_verify_code' after receiving the 6-digit SMS. This is explicit, condition with alternatives and no ambiguity.

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.