Skip to main content
Glama
pblsketch

Hangeul-mcp

by pblsketch

apply_addressed_edits

Apply previewed structural edits to a new copy of a Hangul document. Uses a session ID to write changes to a specified output path, preserving original formatting without altering the open file.

Instructions

Write the previewed addressed edits to a NEW file-mode output copy.

The reviewed addressed plan came from structural addresses, not {} named fields, so repeated "▶", repeated "○○○", ordinary table cells, and paragraphs stay explicitly scoped. This applies the session_id returned by preview_addressed_edits(...) together with the required out_path after you already gathered all values first; do not turn whole-template completion into one tool call per cell or mix live field writes and then fall back to file mode. It does not mutate the already-open same Hangul window for the same document. Keep repeated text explicit with structural scope instead of an unscoped global replacement. After apply succeeds, open the verified output file afterward if live review is needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
out_pathYes
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that the tool does not mutate the open Hangul window, keeps repeated text explicit with structural scope, and that the plan came from structural addresses. This is comprehensive behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is verbose at ~150 words with multiple long sentences. It could be more concise by trimming redundant explanations about structural scope and repeated text. The first sentence is good, but the rest is dense.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and 2 required params, the description adequately covers purpose, context, and behavioral traits. An output schema exists to cover return values. The description addresses when to use and what not to do, making it complete for task selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must add meaning. It explains that session_id comes from preview_addressed_edits and out_path is required. While minimal, it clarifies the role of each parameter, though no format or constraints are provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Write the previewed addressed edits to a NEW file-mode output copy,' providing a specific verb and resource. It distinguishes from siblings like apply_to_current_hwp_document by emphasizing file-mode output and no mutation of open windows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear guidance: use after preview_addressed_edits, gather all values first, and avoid mixing with live field writes. It implies this is for file-mode, not for open documents, but does not explicitly list sibling alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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