Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_delete_guide_text

Automatically remove guide text and notes from HWP documents before submission. Choose to delete literal text, entire guide table, or both, with optional content extraction.

Instructions

양식의 작성요령/가이드 텍스트를 자동 삭제합니다. v0.7.5.4 업그레이드: scope="text"(기존 텍스트 리터럴), "table"(작성요령 박스 표 전체 삭제), "both"(둘 다). 공공기관 양식 작성 후 제출 전에 사용. 기본 scope="both" 권장. v0.7.7: extract_first=true 로 삭제 전 작성요령 내용 자동 추출.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNo삭제 범위 (기본 text, 양식 정리는 both 권장)
patternsNo삭제할 텍스트 패턴 목록 (기본: <작성요령>, <유의사항> 확장)
extract_firstNo삭제 전 작성요령 내용 추출 (v0.7.7 신규, 기본 false)
table_keywordsNo작성요령 표 감지 키워드 (기본: 작성요령/유의사항/참고/주의사항)
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses version history and extract_first option, but does not mention irreversibility, error behavior, or side effects. Sufficient for basic understanding but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Multiple sentences but mixes version info with usage. Could be more structured (e.g., separate behavioral notes from usage). Not extremely concise, but adequate length.

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?

No output schema; description does not explain return values or error states. For a 4-parameter tool with no annotations, it covers basic usage but lacks completeness regarding outcomes and edge cases.

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 100% (baseline 3). Description adds value by explaining scope enum values beyond schema, recommending defaults, and noting extract_first as a new feature. Provides context for patterns and table_keywords defaults.

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 deletes guide text in HWP forms, with specific verb 'delete' and resource 'guide text'. It distinguishes from sibling tool hwp_extract_guide_text by action (delete vs extract).

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?

Provides clear usage context: 'Use after filling out public institution forms before submission.' Recommends default scope='both' for general form cleanup. However, lacks explicit when-not-to-use or comparison to alternative deletion methods.

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