Skip to main content
Glama

HWPX Document Server

by airmang

insert_paragraph

Adds a new paragraph to an open HWPX document with specified text, section index, and character properties.

Instructions

현재 열린 문서에 새 문단을 추가합니다.

Input Schema

NameRequiredDescriptionDefault
char_pr_idNo
section_indexNo
textYes문단 텍스트

Input Schema (JSON Schema)

{ "properties": { "char_pr_id": { "type": "string" }, "section_index": { "minimum": 0, "type": "integer" }, "text": { "description": "문단 텍스트", "type": "string" } }, "required": [ "text" ], "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