confluence_download_attachment
Download a Confluence page attachment to a local file. Provide the page ID or URL, attachment title, and save path.
Instructions
Download an attachment from a Confluence page to a local file.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
attachment_title: The filename of the attachment to download (e.g. "report.pdf").
save_path: Local file path to save the downloaded file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| save_path | Yes | ||
| attachment_title | Yes |