Skip to main content
Confluence

Confluence

Confluence wiki molecule for SixDegree. Discovers spaces, pages, blog posts, and labels; exposes page lifecycle and comment management over MCP.

  • Discovery: ConfluenceSpace, ConfluencePage, ConfluenceBlogPost, ConfluenceLabel (with BELONGS_TO, CHILD_OF, LABELED_WITH, DOCUMENTS relations; cross-molecule DOCUMENTS via rules).
  • MCP: 4 tools (1 Hydrate, 1 Factory, 2 Mutate).
NameCategoryRiskPurpose
confluence_hydrate_pageHydrateReadFetch full content and metadata for a Confluence page.
confluence_create_pageFactoryWriteCreate a new page in a space.
confluence_update_pageMutateWriteUpdate a page's title or content.
confluence_add_commentMutateWriteAdd a comment to a page.

Either an OAuth-resolved bearer token, a Cloud username+API token, or a Server personal access token authenticates.

FieldRequiredPurpose
oauth_tokenone-ofBearer token from the Atlassian OAuth flow. Preferred.
username + api_tokenone-ofCloud authentication (email + API token).
personal_access_tokenone-ofServer/Data Center personal access token.
base_urlyesConfluence base URL (e.g. https://mycompany.atlassian.net/wiki).
space_keysnoLimit discovery to specific space keys (empty = all spaces).
include_pages, include_blog_posts, include_labelsnoDiscovery scope toggles.
page_limitnoMaximum pages per space. Default 500.

Declares an atlassian OAuth provider on both Discovery and MCP capabilities. AuthURL/TokenURL are canonical (https://auth.atlassian.com/...). Scopes: read:confluence-content.all, write:confluence-content, offline_access.

Consumed by the SixDegree platform via the molecule registry. See the main README.