list_hyperlinks
List all hyperlinks in a document, returning their IDs, URLs, display text, paragraph locations, 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 |