manage_attachments
Handle Confluence attachment operations including listing, downloading, uploading, and deleting files on pages using the ctk MCP server.
Instructions
Unified tool for Confluence attachment operations (list, download)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'download', 'upload', 'delete' | |
| page_id | No | Page ID (required for list, upload) | |
| attachment_id | No | Attachment ID (required for download, delete) | |
| file_path | No | Absolute path to the file to upload (required for upload). Note: paths refer to the MCP server's filesystem. In stdio mode this is the local machine. | |
| comment | No | Optional comment for the attachment (for upload) | |
| limit | No | Number of results per page (default 25) | |
| cursor | No | Pagination cursor for next page |