Skip to main content
Glama
pblsketch

Hangeul-mcp

by pblsketch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
detect_formatB

Detect a document's format. Returns {format: hwpx|hwp|unknown, ok, ...}.

analyze_formA

Analyze a Korean HWPX form into fillable fields.

Returns fields with field_id (authoritative address), label (alias), kind (empty_cell | inline_blank | ...), insert anchor, and style flags. Use the field_id or label as keys when calling fill_form.

fill_formB

Fill values into an HWPX form, preserving all original formatting.

values is a map of field_id or label -> value. Multi-line values become real paragraphs; bullet cells are not double-marked. Returns the filled and skipped fields and the output path. Unmodified regions stay byte-identical.

extract_textC

Extract plain text from an HWPX document (one line per text node).

hwp_statusA

Report whether the COM live-apply bridge is available (Windows + Hangul).

Side-effect free: never launches Hangul. Call this before apply_to_open_hwp.

apply_to_open_hwpA

(v2) Fill values into the currently OPEN Hangul document in one shot (COM).

Fills named fields (누름틀/cell fields) via PutFieldText. Requires Windows + Hangul + pywin32; otherwise returns available: false. If the open document has no named fields, returns needs_field_registration: true.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/pblsketch/Hangeul-mcp'

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