Skip to main content
Glama
mjyoo2
by mjyoo2

get_hwp_property

Retrieve a property value from an HWP document object by name. Access attributes such as Version or CurFieldName to inspect document state.

Instructions

Get a property value from HWP COM object.

Args: property_name: Property name (e.g. "Version", "CurFieldName")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

There are no annotations, so the description must disclose behavioral traits itself. It indicates a read operation by the word 'Get,' but it does not mention side effects, error behavior for invalid property names, permissions, or whether the COM object must be initialized. This is a significant gap for a tool with no annotation support.

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 concise and well-structured: a clear one-sentence purpose followed by an Args block. There is no filler or redundant restatement of the schema.

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

Completeness3/5

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

This is a simple one-parameter getter with an output schema available, so the description does not need to explain return values. However, without annotations, it lacks behavioral context and guidance on valid property names, leaving the tool only minimally complete.

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 the description must compensate. It does add meaning by labeling property_name as a property name and giving concrete examples ('Version', 'CurFieldName'). However, it does not enumerate valid property names, note case sensitivity, or explain the allowed domain beyond two examples.

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

Purpose4/5

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

The description uses a specific verb and resource: 'Get a property value from HWP COM object.' It clearly conveys the tool's action and is not a tautology. It does not explicitly name a sibling for contrast, but 'get' inherently differentiates it from the sibling set_hwp_property.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives like set_hwp_property, hwp_enum, or other property-related tools. The examples hint at usage context, but there are no exclusions, prerequisites, or selection criteria.

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/mjyoo2/hwp-mcp'

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