Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_apply_style_profile

Apply a writing pattern profile to the document. Automatically format paragraphs and tables with extracted styles.

Instructions

추출된 서식 패턴 프로파일(WritingPatterns)을 현재 문서에 적용합니다. (v0.7.1 신규) hwp_analyze_writing_patterns의 출력을 입력으로 받아 set_paragraph_style 반복 호출.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo적용 대상 (기본 all)
profileYesWritingPatterns 객체
Behavior3/5

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

With no annotations, the description must be transparent. It discloses that it repeatedly calls set_paragraph_style, indicating it modifies paragraph styles. However, it does not explain handling of table_styles or title_styles in the profile, leaving ambiguity about the full effect on the document.

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 sentences: first states primary purpose, second adds context about input source and implementation. No unnecessary words, front-loaded with the main action.

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 sibling tools and no output schema, the description covers the input relationship and implementation. It could clarify the effect on non-paragraph elements, but overall it is complete enough for an agent to use correctly.

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% with descriptions. The description adds value by explaining that the profile is the output of hwp_analyze_writing_patterns and that the tool internally calls set_paragraph_style, which helps understand how the parameters are used.

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 it applies a 'formatting pattern profile (WritingPatterns)' to the current document, with the verb 'applies' and a specific resource. It distinguishes itself from siblings like hwp_apply_style (single style) and hwp_set_paragraph_style (individual style) by referencing the profile input and repeated calls.

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?

It specifies that the tool uses the output of hwp_analyze_writing_patterns as input, providing clear usage context. It does not explicitly state when not to use it, but the close coupling with the analysis tool implies a workflow, which is sufficient.

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