Skip to main content
Glama

APICK Business

개인통관고유부호 조회

get_pccc

Retrieve a Korean Personal Customs Clearance Code (PCCC) using the auth key and SMS verification code. req_pccc Tool 호출로 받은 auth_key와 문자(SMS)로 수신한 인증번호 6자리를 입력해 개인통관고유부호를 조회합니다. [호출당 30포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerYes문자(SMS)로 발송된 인증번호 6자리
auth_keyYesreq_pccc(개인통관고유부호 인증 요청) 응답의 인증 키

TDQS

A4.4/5.0
Behavior4/5

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

The description discloses the cost (30 points per call), which is a behavioral trait beyond annotations. It also explains the prerequisite of req_pccc and SMS verification. Annotations are minimal (readOnlyHint=false, etc.), but there is no contradiction; the 'retrieve' action is consistent with a read operation that may still incur points or state changes.

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 concise, with an English sentence followed by a Korean translation of the same content. This is efficient but slightly redundant. The cost note is useful and compact. Overall, every sentence earns its place, though the bilingual repetition could be tightened.

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?

For a simple 2-parameter tool with no output schema, the description covers purpose, prerequisites, and cost. It does not explain return values or failure behavior, but given the low complexity and parameter clarity, this is acceptable and reasonably complete.

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?

The schema already covers both parameters with descriptions, but the description adds critical semantic context: auth_key comes from req_pccc's response, and answer is the 6-digit SMS code. This goes beyond the schema's generic descriptions and clarifies the exact source and format.

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 retrieves a Korean Personal Customs Clearance Code (PCCC) using an auth key and SMS verification code. It distinguishes itself from sibling tools like req_pccc (which requests the auth key) and check_pccc (which likely validates a PCCC).

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 clear context on when to use the tool: after obtaining auth_key from req_pccc and receiving the 6-digit SMS code. It does not explicitly exclude alternatives or mention check_pccc, but the prerequisite flow is clearly implied, so the usage scenario is well understood.

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
Disambiguation4/5

Most tools target distinct resources and actions, but there is potential overlap between biz_detail and venture_biz_info, and the PCCC tools (req_pccc, get_pccc, check_pccc) require careful reading. Descriptions are clear enough to avoid major misselection.

Naming Consistency3/5

Tool names mix verb-led patterns (check_*, get_*, req_*, search_*) with noun-phrase patterns (biz_detail, holiday_info, land_rt_price, parcel_tracking). This inconsistency makes it less predictable than a uniform verb_noun scheme, though names remain readable.

Tool Count4/5

With 16 tools, the set is slightly above the typical 3-15 range, but the broad scope of the API—spanning business info, personal validation, car history, parcel tracking, and address search—justifies the count. No tool feels redundant.

Completeness3/5

The API covers its core verification workflows, but notable gaps exist: no tool for listing parcel carriers despite being referenced in parcel_tracking, no business search by name, and car history only covers flooding and scrap, missing general accident records. These gaps could limit agent workflows.