Skip to main content
Glama

APICK Identity

개인정보 마스킹(주민등록번호)

hide_rrn
Read-only

Mask resident registration numbers found in an image and return the masked image. 이미지에서 주민등록번호를 인식해 지정한 방식으로 가린 이미지를 반환합니다. 이미지 파일과 type(1: 주민등록번호 전체 가림, 2: 뒷자리 전체 가림, 3: 뒷자리 첫 숫자 제외 가림, 4: 주민등록번호와 주소 가림)을 모두 입력해야 합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 20포인트]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes가림 처리 타입 (1: 주민등록번호 전체, 2: 뒷자리 전체, 3: 뒷자리 첫 숫자 제외, 4: 주민등록번호+주소)
image_urlYes다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the tool is known to be non-mutating. The description adds value by specifying the cost (20 points per call), the legal requirement, and the fact that it returns a masked image. It does not contradict annotations, and it gives context not present in the schema, such as the legal basis constraint.

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 two sentences (one bilingual) and effectively packs the core function, parameters, legal requirement, and cost into a compact block. It is front-loaded with the main verb and outcome, followed by the type details and usage caveat. While it repeats some schema information, it does so succinctly and without fluff.

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 tool with only two parameters and no output schema, the description covers the essential context: what it does, what the inputs mean, the legal prerequisite, and the cost. It does not describe the output format in detail, but it states it returns the masked image, which is sufficient. Given the schema handles input constraints (URL format, size), the description is complete enough for an agent to call it correctly.

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?

Schema coverage is 100% (both parameters have descriptions), so the baseline is 3. The description adds meaning by elaborating each type value (e.g., type 3 is 'mask except first digit of last part') and clarifies that both inputs are mandatory. This goes beyond the schema's terse '가림 처리 타입' and provides concrete interpretation for the agent.

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 states a specific verb ('mask'), a clear resource ('resident registration numbers found in an image'), and the outcome ('return the masked image'). It explicitly enumerates four masking types, and the tool is clearly distinct from sibling tools that focus on identity-document recognition or authentication. There is no ambiguity about the tool's function.

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 clearly states that both the image and the type parameter are required, and it lists the four allowed type values. It also provides a critical usage condition: only use with a legitimate processing basis such as data-subject consent. It does not explicitly contrast with alternatives, but the sibling tools are obviously different in purpose, so this is adequate.

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

Each tool has a distinct purpose: masking (hide_rrn), text-based verification (identi_cardN), image-based verification (identi_card_imageN), extraction with masking (identity_document_*), and name/RRN matching (name_rrn_auth). Within each group, the document type is clearly specified, so there is no ambiguity between tools.

Naming Consistency4/5

Naming follows clear patterns: identi_card* for verification (with _image for image-based), identity_document_* for extraction, and descriptive names like hide_rrn and name_rrn_auth. While the prefixes differ across functional groups, each group is internally consistent and the names are readable and predictable.

Tool Count4/5

16 tools is on the higher end but appropriate for the server's scope, covering five document types with two verification modes (text and image), four extraction/masking tools, a generic masking tool, and a name/RRN auth check. Each tool fills a needed role, though the number is slightly elevated due to the text/image split.

Completeness4/5

The server covers the core operations for identity document verification and extraction across all major Korean ID types. A minor gap is the lack of an extraction/masking tool for the resident registration certificate (identi_card4), but this is not a critical omission given the existing verification and masking capabilities.