Skip to main content
Glama
mjyoo2
by mjyoo2

set_field_ctrl_properties

Configure a field control in an HWP document by setting its editability, modified flag, and user to manage form behavior.

Instructions

Set field control properties.

Args: doc_id: Document ID from open_document command: Field command string editable: 1=editable, 0=read-only field_dirty: 1=mark as modified user: User identifier string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userNo
doc_idYes
commandNo
editableNo
field_dirtyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It indicates a mutation operation ('Set') but does not disclose side effects, persistence, required permissions, or what happens to the document. The parameter list hints at behavior but doesn't explain the actual effect.

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

Conciseness4/5

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

The one-line purpose followed by an Args block is clean and front-loaded. There is no wasted text, though the overall content is skeletal and could include more context without becoming bloated.

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

Completeness2/5

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

With no annotations, five parameters, and zero schema description coverage, the description needs to be nearly self-sufficient. It lists arguments but fails to explain the semantics of 'field control properties', the nature of the command string, or why the user parameter is needed. An agent may not be able to call this tool correctly without additional domain knowledge.

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?

Schema description coverage is 0%, and the description compensates by adding meaning to every parameter: doc_id ties to open_document, editable maps 1/0 to editable/read-only, and field_dirty maps 1 to 'mark as modified'. The 'command' explanation is terse but still provides more than the schema.

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 opens with 'Set field control properties', which names a clear verb and resource. However, it does not distinguish this tool from siblings like set_form_properties or modify_field_properties, so the agent must infer what 'field control' means in this document-engine context.

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?

There is no guidance on when to use this tool or when to prefer a sibling. The description only states what the tool does and lists arguments, leaving the agent to guess the appropriate call 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/mjyoo2/hwp-mcp'

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