list_hyperlinks
Extracts all hyperlinks from a Word document, returning details like URL, anchor text, and type (external or internal).
Instructions
List all hyperlinks in the document.
Returns a list of dicts with keys: id, url_or_anchor, text, para_id, type. type is "external" (r:id based) or "internal" (w:anchor based).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |