Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_insert_body_after_heading

Insert body text after a specified heading in HWP documents. Automatically skip TOC entries, break paragraphs, and reset body style to prevent heading inheritance.

Instructions

소제목 아래에 본문 단락을 삽입합니다. find_and_append 와 달리 (1) 목차(TOC) 항목 자동 skip, (2) 새 문단 분리 (BreakPara), (3) 본문 스타일 자동 리셋 (heading 스타일 상속 방지). 양식 채우기·사업계획서 작성 등에 권장.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headingYes찾을 소제목 텍스트 (예: '(1) 산업의 특성')
skip_tocNoTOC 항목 skip (기본 true)
body_textYes삽입할 본문. 줄바꿈은 \n 으로 표시하면 BreakPara 로 처리됨.
body_styleNo본문 스타일 override (생략 시 맑은 고딕 10pt 본문 기본값)
occurrenceNo특정 N번째 match 선택 (-1=auto, 기본 -1)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses three behavioral traits: auto TOC skip, paragraph break creation, and heading style prevention. This is sufficient for a focused mutation tool.

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 efficient sentences with essential information front-loaded. No redundant words; every phrase adds value.

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?

Description covers main behavior and three differentiators, but lacks details on error cases (heading not found), occurrence logic, and return value (no output schema). Adequate but leaves moderate gaps.

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 covers 100% of parameters with descriptions. The tool description adds minimal extra meaning beyond the schema (e.g., the \n behavior is already in schema). Baseline 3 is appropriate.

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?

Description clearly states it inserts a body paragraph under a heading, and explicitly contrasts with find_and_append by listing three distinct behaviors. The verb '삽입합니다' and resource '본문 단락' make the action unambiguous.

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?

Description explicitly compares to find_and_append with key differences, and recommends for form filling and business plans. While it does not state when not to use, the contrast provides implicit guidance.

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