Skip to main content
Glama

HWPX Document Server

by airmang

insert_image

Inserts local images into HWPX documents with specified dimensions and alt text, automatically including them in the document package.

Instructions

로컬 이미지를 문서에 삽입하고 패키지에 포함합니다.

Input Schema

NameRequiredDescriptionDefault
alt_textNo
heightNo
pathYes워크스페이스 상대 이미지 경로
widthNo

Input Schema (JSON Schema)

{ "properties": { "alt_text": { "type": "string" }, "height": { "minimum": 1, "type": "integer" }, "path": { "description": "워크스페이스 상대 이미지 경로", "type": "string" }, "width": { "minimum": 1, "type": "integer" } }, "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