Skip to main content
Glama
mjyoo2
by mjyoo2

insert_bookmark

Insert a bookmark at the current cursor position in an HWP document. Specifying the document ID and name creates a reference point for quick navigation and cross-referencing.

Instructions

Insert a bookmark at current position.

Args: doc_id: Document ID from open_document name: Bookmark name command: Bookmark command (0=insert) type: Bookmark type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
typeNo
doc_idYes
commandNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Since annotations are absent, the description carries the full burden of behavioral disclosure. It only states the action 'insert' and provides parameter hints, but does not disclose side effects, reversibility, or what happens if the bookmark already exists. It doesn't describe the return value or any error conditions.

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 description is very brief: one sentence plus an argument list. It is front-loaded with the action and then lists parameters. No unnecessary words, but it may be too terse to be fully helpful, though that's not a concision flaw but a completeness issue.

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?

The tool has 4 parameters and no annotations or output schema explanation. The description lacks information about the effect on the document, prerequisites beyond doc_id, whether it's reversible, and what the tool returns. An agent lacks enough context to call it safely and correctly.

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 coverage is 0%, so the description must explain parameters. It provides brief definitions: doc_id as 'Document ID from open_document', name as 'Bookmark name', command as 'Bookmark command (0=insert)', and type as 'Bookmark type'. This adds some meaning but leaves type and command values under-specified, and doesn't explain defaults or requiredness beyond 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 states the verb 'Insert' and the resource 'a bookmark' with location 'at current position', which clearly defines what the tool does. It is not a tautology and is distinct from sibling tools that insert text, pictures, etc., though it doesn't explicitly differentiate from them.

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 given on when to use this tool versus alternatives. The description does not mention any conditions, contexts, or exclusions. The reference to 'doc_id from open_document' implies a prerequisite but that's more about parameter sourcing than usage 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