Skip to main content
Glama

HWPX Document Server

by airmang

create_document

Create new HWPX documents with customizable file names, titles, and authors for Korean document processing needs.

Instructions

새 HWPX 문서를 생성하고 선택적으로 제목/작성자를 지정합니다.

Input Schema

NameRequiredDescriptionDefault
authorNo
nameYes생성할 파일 이름
overwriteNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "author": { "type": "string" }, "name": { "description": "생성할 파일 이름", "type": "string" }, "overwrite": { "default": false, "type": "boolean" }, "title": { "type": "string" } }, "required": [ "name" ], "type": "object" }

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/airmang/mcp-hwpx'

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