Skip to main content
Glama

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

접수 확인번호 대조(접수 2단계)

nmjib_verify_code
Idempotent

접수 1단계(nmjib_worker_apply·nmjib_consult_request·nmjib_partner_inquiry) 뒤, 사용자가 문자로 받은 6자리 확인번호를 넣어 본인 확인을 마친다. 성공하면 접수가 확정되고 그때 담당자에게 전달된다. 틀리면 남은 시도 횟수를, 만료(10분)되면 resend=true 로 다시 보낼 수 있다(3회까지, 1분 간격). 문자가 안 왔다고 하면 resend=true 로 호출한다. 결과는 접수 상태와 다음 단계뿐이며 다른 데이터를 돌려주지 않는다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo문자로 받은 6자리 확인번호. resend=true 일 때는 생략
resendNo문자가 오지 않았을 때 true — 새 확인번호를 다시 보냄(3회까지, 1분 간격)
ticketYes접수 응답의 접수번호(예: AI-260910-K3P9Q)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

Even with annotations present, the description adds substantial behavioral context: success confirms the receipt and only then delivers it to the 담당자, wrong codes report remaining attempts, codes expire after 10 minutes, resend is limited to 3 times with 1-minute intervals, and the response contains only status and next step. This goes well beyond the structured metadata.

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 dense but front-loaded with the primary purpose, then efficiently covers success, failure, expiry, resend, and return-value restrictions. Every sentence earns its place, with no filler or repetition of annotation details.

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 3-parameter tool with no output schema, the description fully covers the lifecycle: prerequisites, success behavior, error handling, expiry, resend limits, and the restricted return payload. It gives an agent enough information to call the tool correctly and interpret the outcome.

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% and the schema already documents the 6-digit code, resend flag, and ticket pattern with an example. The description reinforces the real-world flow (e.g., omit code when resend=true), but does not need to compensate for any schema gap, so the baseline score of 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 names a specific action: verifying the 6-digit code received by SMS to complete identity verification after receipt step 1, and explicitly references the predecessor tools (nmjib_worker_apply, nmjib_consult_request, nmjib_partner_inquiry). The title '접수 2단계' and the tool name together make its role distinct from siblings.

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?

It clearly states when to call the tool: after a step-1 receipt, when the user has a code, and when resend is needed due to expiry or missing SMS. It does not explicitly state when not to use it or name an alternative, but the sequencing against the listed step-1 tools is clear enough.

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.