Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_draw_line

Draw a line with specified thickness, color, and style for precise document formatting.

Instructions

선을 그립니다. 두께, 색상, 스타일을 지정할 수 있습니다. hwp_insert_line보다 상세한 제어가 가능합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
colorNo선 색상 (#RRGGBB 또는 [R,G,B])
styleNo선 스타일 (0=실선, 1=파선, 2=점선, 3=1점쇄선, 4=2점쇄선)
widthNo선 두께
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosure. It only states it draws a line and lists attributes but does not mention any behavioral traits such as where the line is drawn, potential side effects, or requirements (e.g., cursor position). This lack of transparency is a gap for a 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?

The description is very concise with three short sentences, no filler, and the key information is front-loaded. Every sentence adds value without unnecessary detail.

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 lists parameter attributes and compares to a sibling, but it omits important context such as where the line is drawn (e.g., at cursor or in selected area) and behavior when no parameters are provided. Given the low complexity and presence of schema descriptions, the completeness is adequate but not thorough.

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 the schema already describes all parameters. The description adds no extra semantic information beyond what is in the schema, resulting in a baseline score of 3.

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 action (draw a line) and the customizable attributes (thickness, color, style). It also distinguishes from the sibling tool hwp_insert_line by noting more detailed control, making the purpose specific and differentiated.

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?

The description implies usage context by comparing with hwp_insert_line, suggesting this tool is for more detailed control. However, it does not explicitly state when to use this tool versus alternatives or any prerequisites, which could be clearer.

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