Skip to main content
Glama

Convert HWP file to Markdown

convert_hwp_to_md
Read-only

Convert HWP and HWPX documents to Markdown format for analysis and processing. Specify local file paths to transform document content.

Instructions

로컬 파일 경로의 HWP 또는 HWPX 파일을 Markdown으로 변환합니다. 서버 파일시스템에 존재하는 파일 경로를 지정해야 합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesHWP 또는 HWPX 파일의 절대 또는 상대 경로
Behavior3/5

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

Annotations indicate read-only and open-world hints, which the description aligns with by not contradicting them. However, it adds minimal behavioral context beyond annotations, such as specifying the server filesystem requirement, but lacks details on error handling or output format specifics.

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 concise and front-loaded, consisting of two sentences that efficiently convey the tool's purpose and key usage requirement without unnecessary details.

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 simple input schema with full coverage and annotations providing safety hints, the description is adequately complete for a conversion tool. However, without an output schema, it could benefit from mentioning the return type or any limitations.

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 description coverage is 100%, so the schema fully documents the 'filePath' parameter. The description adds no additional semantic details beyond what the schema provides, such as file format constraints or path examples.

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 specific action ('convert'), resource ('HWP or HWPX file'), and output format ('Markdown'), distinguishing it from the sibling tool 'convert_hwp_content_to_md' which likely handles content rather than file paths.

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 provides clear context by specifying that the file must exist on the server filesystem and requires a local file path, but does not explicitly state when to use this tool versus the sibling tool or any exclusions.

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/beomzh/hwpConverMdMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server