Skip to main content
Glama

MCP Atlassian

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sooperset/mcp-atlassian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server