confluence_upload_attachment
Upload a file as an attachment to a Confluence page using a page ID or URL, with an optional comment.
Instructions
Upload a file as an attachment to a Confluence page.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
file_path: Local file path to upload.
comment: Optional comment for the attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| page_id | Yes | ||
| file_path | Yes |