add_cross_reference
Insert a cross-reference link between paragraphs, creating a bookmark at the target and a hyperlink with display text for navigation.
Instructions
Add a cross-reference link from one paragraph to another.
Creates a bookmark at the target (if none exists) and inserts a hyperlink in the source paragraph with the given display text.
Args: source_para_id: paraId of the paragraph where the link appears. target_para_id: paraId of the paragraph being referenced. text: Display text for the cross-reference link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_para_id | Yes | ||
| target_para_id | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |