list_hyperlinks
Retrieve all hyperlinks from a Word document, including their URLs, display text, and paragraph location, with classification as external or internal links.
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 |