confluence_add_link
Insert a hyperlink into a Confluence page after a specified text or as a new paragraph.
Instructions
Add a hyperlink to a Confluence page.
If after_text is provided, the link is inserted right after the first occurrence
of that text in a paragraph. Otherwise it's appended as a new paragraph at the
end of the page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
link_text: The display text for the link.
url: The URL to link to.
after_text: Optional text to insert the link after (inline within a paragraph).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| page_id | Yes | ||
| link_text | Yes | ||
| after_text | No |