insert_hyperlink
Insert a hyperlink into a Hangul (HWP) document by providing the document ID, target URL, and optional display text. Set direct insert to place it immediately at the cursor position.
Instructions
Insert a hyperlink.
Args: doc_id: Document ID from open_document url: URL or link target text: Display text (defaults to url) direct_insert: 1 to insert directly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | No | ||
| doc_id | Yes | ||
| direct_insert | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||