Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

redact_pdf

Redacts personal information such as resident numbers, account numbers, emails, and phone numbers from PDF documents in an offline WASM environment, with no data sent externally.

Instructions

대외비 PDF 문서에서 주민번호, 계좌번호, 이메일, 전화번호 등 개인정보를 오프라인 WASM 환경에서 완전히 마스킹한 새 PDF를 생성합니다. 외부 서버로 1바이트도 전송하지 않습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pdf_base64Yes처리할 PDF 파일의 Base64 인코딩 문자열
patternsNo탐지할 패턴 목록
custom_regexNocustom_regex 선택 시 사용할 정규표현식
modeNo처리 모드: redact(마스킹) | extract(텍스트 추출) | report(탐지 보고서만)
Behavior4/5

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

With no annotations, the description carries full burden and discloses key behaviors: offline WASM processing, complete masking of personal information, and zero external data transmission. It does not detail error handling or performance constraints, but the core safety profile is well communicated.

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?

Two concise sentences in Korean, front-loaded with purpose and key operational characteristic (offline, no data transmission). No redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains purpose and privacy behavior but does not specify the return format (e.g., base64 string or file path) or mention error handling. Given the absence of an output schema, this missing detail reduces completeness.

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% with parameter descriptions, so baseline is 3. The description adds context about which data types are targeted (e.g., Korean SSN, bank accounts) that aligns with enum values, but does not provide additional parameter details beyond the schema.

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 creates a new PDF with fully masked personal information (e.g., Korean SSN, account numbers, email, phone) from confidential PDFs in an offline WASM environment. It explicitly distinguishes itself from sibling tools like scan_secrets by focusing on redaction rather than detection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for privacy-sensitive redaction, mentioning offline operation and no data transmission. However, it does not explicitly specify when to use this tool versus alternatives (e.g., scan_secrets for scanning only) or provide any exclusions or prerequisites.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uno-km/MCP-Advanced-Toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server