Skip to main content

At a glance

  • Availability: Enabled by default.
  • Auth: OAuth 2.0.
  • Connection: A user authorizes the connection in the provider’s consent screen.
  • Scopes: read:confluence-content.all, write:confluence-content.

Credentials

Set these per environment. See Connect an integration. With a managed OAuth app, Connect works without these variables; set them to use your own OAuth app instead.
VariableRequiredDescription
ATLASSIAN_CLIENT_IDYesAtlassian OAuth Client ID (from your OAuth 2.0 app) Docs.
ATLASSIAN_CLIENT_SECRETYesAtlassian OAuth Client Secret Docs.

Tools

ToolAccessDescription
List Atlassian SitesReadList Atlassian cloud sites/resources the OAuth token can access; use the returned id as cloudId for Jira and Confluence tools
Search ConfluenceReadSearch for pages and blog posts in Confluence
Get PageReadGet the content of a specific Confluence page (uses v2 API)
Create PageWriteCreate a new page in a Confluence space (uses v2 API; requires spaceId from list_spaces)
Update PageWriteUpdate the content of an existing Confluence page (uses v2 API; version.number must be current+1)
List SpacesReadList all accessible Confluence spaces
Add CommentWriteAdd a comment to a Confluence page (uses v1 content API)

Example prompts

  • Search Confluence for documentation about a specific topic or feature.
  • Read and summarize a Confluence page. Extract key information and action items.
  • Create a new documentation page in Confluence with structured content.
  • Update an existing Confluence page with new information while preserving existing content.