Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_insert_picture

Insert an image at the current cursor position in an HWP document, including inside table cells. Customize size, text wrap behavior, and embedding options.

Instructions

현재 커서 위치에 이미지를 삽입합니다. 표 셀 안에서도 사용 가능. (v0.7.3) treat_as_char (글자처럼 취급) + embedded (본문에 박힘) 옵션 지원.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widthNo가로 크기 (mm, 0이면 원본)
heightNo세로 크기 (mm, 0이면 원본)
embeddedNov0.7.3 신규: 본문에 박힘 여부. treat_as_char 와 보완 관계.
file_pathYes이미지 파일 경로 (jpg, png, bmp 등)
treat_as_charNov0.7.3 신규: 글자처럼 취급 (기본 true). false 면 본문과 분리된 그림 객체로 배치.
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It mentions cursor position insertion and table cell support, but fails to describe error cases, file validation, document state requirements, or the effect of the operation. Significant gaps remain.

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?

The description is a single, concise sentence that front-loads the primary action and quickly adds key usage contexts and option details. No extraneous information.

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?

While the description covers the core action and parameter nuances, it lacks mention of return value, error handling, or prerequisites (e.g., document must be open). For a moderately complex tool with 5 parameters, it is minimally adequate but not fully complete.

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%, but the description adds value by explaining the relationship between treat_as_char and embedded (보완 관계) and clarifying their meaning beyond the schema descriptions. However, it does not cover all parameters equally.

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 verb '삽입합니다' (inserts) and the resource '이미지' (image) at the current cursor position. It also mentions use inside table cells, distinguishing it from other insertion tools like hwp_insert_text or hwp_insert_markdown.

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

Usage Guidelines2/5

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

The description provides minimal usage context (usable in table cells) but no explicit guidance on when to use this versus alternatives, no when-not-to-use, and no mention of prerequisites or comparison with sibling 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