Skip to main content
Glama
gmlcjf0326

claude-code-hwp-mcp

by gmlcjf0326

hwp_list_controls

List all controls in an open HWP document with page positions, descriptions, and table dimensions. Includes tables, figures, headers, footers, footnotes, endnotes, text boxes, hyperlinks, bookmarks, equations. Lighter than analyze_document.

Instructions

현재 열린 HWP/HWPX 문서의 모든 컨트롤(표/그림/머리말/꼬리말/각주/미주/누름틀/하이퍼링크/책갈피/수식)을 HeadCtrl 순회로 나열합니다. 페이지 위치, 사용자 설명, 표 행/열 정보 포함. analyze_document보다 가벼움. CtrlID: tbl(표), gso(그림), head(머리말), foot(꼬리말), fn(각주), en(미주), %clk(누름틀), %hlk(하이퍼링크), bokm(책갈피), eqed(수식).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo필터링할 ctrl_id 목록 (생략 시 기본: tbl/gso/head/foot/fn/en, "all" 문자열은 미지원 — 빈 배열 또는 ["all"] 전달 시 전체)
max_visitsNo순회 상한 (기본: 5000)
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that enumeration is via HeadCtrl traversal and includes page position, user description, and table info. It does not mention side effects, but for a read-only listing tool this is acceptable. The behavior is well explained.

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

Conciseness4/5

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

The description is a single paragraph with a clear front-loaded statement of purpose. It includes necessary details like CtrlID mappings. Could be slightly more concise, but overall efficient and well-structured.

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 no output schema, the description adequately explains what the tool returns (page position, user description, table info, CtrlID). It covers key aspects for a listing tool. No major gaps.

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%, so baseline is 3. The description adds value by explaining the CtrlID mapping and clarifying that 'all' is not supported but empty array or ['all'] works, and that filter default is a specific list. This goes beyond schema.

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 lists all controls in an open HWP/HWPX document, enumerates specific control types, and mentions HeadCtrl traversal. It distinguishes from sibling analyze_document by claiming to be lighter, making purpose very clear.

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 contexts by noting it is lighter than analyze_document, suggesting when to use this tool instead of a full analysis. However, it does not explicitly state when not to use or provide alternative tools, giving clear but not exhaustive 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