Skip to main content
Glama

HWPX Document Server

by airmang

save_as

Saves the current HWPX document to a specified file path, allowing users to create copies or backups with different names while maintaining the original document structure.

Instructions

현재 문서를 다른 이름으로 저장합니다.

Input Schema

NameRequiredDescriptionDefault
overwriteNo
pathYes저장할 파일 경로

Input Schema (JSON Schema)

{ "properties": { "overwrite": { "default": false, "type": "boolean" }, "path": { "description": "저장할 파일 경로", "type": "string" } }, "required": [ "path" ], "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