Skip to main content
Glama
pblsketch

Hangeul-mcp

by pblsketch

hwp_status

Probes COM availability of Hangul without launching it. Returns connection status and list of visible Hangul instances.

Instructions

Live COM availability probe — side-effect-free, never launches Hangul.

connected:false is the NORMAL idle state (no attach is attempted here); instances lists automation-visible Hangul instances in the COM ROT. Attach by exact path first (open_in_hwp(path)) or use the saved-.hwpx current-document flow (resolve -> preview -> apply).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It explicitly states the tool is 'side-effect-free, never launches Hangul', and explains that 'connected:false is the NORMAL idle state' with no attach attempted. This is sufficient transparency for a probe tool.

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

Conciseness5/5

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

The description is brief (three sentences) and front-loaded with the core purpose. Every sentence adds essential information without redundancy.

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 simplicity (no parameters, side-effect-free probe) and the presence of an output schema (context signals), the description covers the core behavior and output meaning adequately. However, it could have elaborated slightly more on the output schema fields if needed.

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

Parameters4/5

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

There are no parameters (0 params, 100% schema coverage), so baseline is 4. The description adds value by explaining the output fields (connected, instances) and their meanings, which aids understanding beyond the empty schema.

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 it is a 'Live COM availability probe' that is 'side-effect-free, never launches Hangul'. It distinguishes from sibling tools by explaining that it does not attach or open documents, and instead advises to use open_in_hwp(path) for attaching.

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 explains when to use the tool (to check COM status) and when to use alternatives ('Attach by exact path first (open_in_hwp(path))'). It does not explicitly state exclusions but provides clear context.

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