Skip to main content
Glama

HWPX Document Server

by airmang

insert_table

Add a table to HWPX documents by specifying rows and columns. Supports custom dimensions and placement within document sections for structured content creation.

Instructions

현재 문서에 표를 추가합니다.

Input Schema

NameRequiredDescriptionDefault
colsYes
heightNo
rowsYes
section_indexNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "cols": { "minimum": 1, "type": "integer" }, "height": { "minimum": 1, "type": "integer" }, "rows": { "minimum": 1, "type": "integer" }, "section_index": { "minimum": 0, "type": "integer" }, "width": { "minimum": 1, "type": "integer" } }, "required": [ "rows", "cols" ], "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