Download All Content Attachments
confluence_download_content_attachmentsDownload attachments from Confluence pages or blog posts as embedded resources for MCP protocol access, skipping files over 50 MB with error reporting.
Instructions
Download all attachments for a Confluence content item as embedded resources.
Returns attachment contents as base64-encoded embedded resources so that they are available over the MCP protocol without requiring filesystem access on the server. Files larger than 50 MB are skipped with an error entry in the summary.
Args: ctx: The FastMCP context. content_id: The ID of the content.
Returns: A list with a text summary followed by one EmbeddedResource per successfully downloaded attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | Yes | The ID of the Confluence content (page or blog post) to download attachments from. Example: '123456789' |