Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_pdf_clone

Converts native or scanned Korean PDFs into editable HWP/HWPX documents, reconstructing tables, images, and layout for visual similarity.

Instructions

PDF (native 또는 스캔 한국어) 를 편집 가능한 HWP/HWPX 로 복원합니다. (v0.7.4.4) native PDF 는 PyMuPDF get_text("dict") 로 bbox + 폰트 직접 추출, 스캔 PDF 는 PaddleOCR (lang=korean, ~150MB 모델 최초 자동 다운로드) + opencv 전처리 (deskew + denoise + threshold). hybrid PDF 는 페이지별 자동 dispatch. 제목 감지, 표 재구성 (pdfplumber find_tables), 이미지 임베딩 (page.get_images + extract_image), 2-column 감지 경고, 4-component fidelity score (text/page/layout/structure). 출력은 원본과 시각적으로 유사한 클론 (픽셀 단위 일치 아님).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNoPDF clone 옵션
pdf_pathYes원본 PDF 경로 (절대 또는 상대)
output_pathYes출력 HWP/HWPX 경로 (.hwp 또는 .hwpx, 확장자에 따라 형식 결정)
Behavior4/5

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

With no annotations, the description fully carries behavioral disclosure. It details the engines used (PyMuPDF, PaddleOCR, pdfplumber), preprocessing steps (deskew, denoise, threshold), features like title detection, table reconstruction, image embedding, 2-column warning, fidelity score, and the output limitation (visually similar, not pixel-perfect). This is beyond minimal.

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 a single dense paragraph that front-loads the main purpose. Every sentence adds value, but it could be more structured (e.g., bullet points for features). It is not overly verbose.

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?

Given the tool's complexity and absence of output schema, the description covers input types, internal processing, key features, and limitations. It misses a bit on output format details and error handling, but is largely complete for typical use.

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%, so baseline is 3. The description does not add additional meaning to individual parameters beyond what the schema provides. It provides overall context but not per-parameter enrichment.

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 converts PDF (native or scanned Korean) to editable HWP/HWPX files. This is a specific verb-resource-output combination, and it distinguishes itself from sibling HWP editing tools by being the only conversion tool from PDF input.

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 usage for Korean PDFs and explains internal processing (native vs. scan, hybrid dispatch), but does not explicitly state when or when not to use this tool, nor does it provide alternatives. There is no exclusion criteria or comparison to other tools.

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/gmlcjf0326/claude-code-hwp-mcp'

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