MCP Atlassian

by sooperset
Verified

confluence_attach_content

Attach files or content to a Confluence page using the specified page ID and attachment name, enabling organized documentation within MCP Atlassian integrations.

Instructions

Attach content to a Confluence page

Input Schema

NameRequiredDescriptionDefault
contentYesThe content to attach (bytes)
nameYesThe name of the attachment
page_idYesThe ID of the page to attach the content to

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content to attach (bytes)", "format": "binary", "type": "string" }, "name": { "description": "The name of the attachment", "type": "string" }, "page_id": { "description": "The ID of the page to attach the content to", "type": "string" } }, "required": [ "content", "name", "page_id" ], "type": "object" }
ID: kc33m1kh5m