generated: '2026-09-06' method: searched source: https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/ name: Atlassian Rovo MCP Server status: ga official: true vendor: Atlassian description: The official Atlassian Rovo MCP Server is a cloud-hosted Model Context Protocol server that exposes Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom and the wider Atlassian platform to MCP clients. The Confluence tool surface recorded here is the Confluence slice of that one server - there is no Confluence-only endpoint. deployment: mode: remote endpoint: https://mcp.atlassian.com/v2/mcp auth: oauth verified: probed transport: streamable-http legacy_endpoints: - https://mcp.atlassian.com/v1/mcp - https://mcp.atlassian.com/v1/sse note: 'POST tools/list to https://mcp.atlassian.com/v2/mcp returned HTTP 401 with WWW-Authenticate: Bearer resource_metadata="https://mcp.atlassian.com/.well-known/oauth-protected-resource/v2/mcp", error="invalid_token" on 2026-09-06 - the endpoint is live and OAuth-gated, so the live inputSchema for each tool requires authenticated introspection. The tool names and descriptions below are the provider''s own published Supported tools reference, not a derivation.' registry: name: com.atlassian/atlassian-mcp-server manifest: https://raw.githubusercontent.com/atlassian/atlassian-mcp-server/main/server.json schema: https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json version: 1.1.3 repository: https://github.com/atlassian/atlassian-mcp-server authorization: protected_resource_metadata: https://mcp.atlassian.com/.well-known/oauth-protected-resource/v2/mcp authorization_server_metadata: https://mcp.atlassian.com/.well-known/oauth-authorization-server authorization_servers: - https://auth.atlassian.com/VCeDsk8ZHncYF1g234fKtc4lNipbBhu3 dynamic_client_registration: https://mcp.atlassian.com/v1/register grant_types: - authorization_code - refresh_token pkce: - S256 - plain confluence_scopes: - read:confluence:agent-interface - write:confluence:agent-interface - search:confluence:agent-interface alternative_auth: API token (Atlassian account email + API token), per the provider README permission_groups: - group: read_confluence scope: read:confluence:agent-interface oauth: true api_token: true - group: write_confluence scope: write:confluence:agent-interface oauth: true api_token: true - group: search_confluence scope: search:confluence:agent-interface oauth: true api_token: true tool_discovery: 'Progressive disclosure: the server advertises only the tools marked primary at connection time and lets the client discover the rest on demand, so a tools/list response is not the full surface.' summary: confluence_tools: 60 primary_tools: 4 read: 24 write: 35 search: 1 tools: - name: getConfluenceContent category: read permission_group: read_confluence primary: true description: Read any Confluence content such as page, blog, live doc, comment, whiteboard, embed, database, or folder. - name: listConfluenceContent category: read permission_group: read_confluence primary: false description: List content of one type within a single space. - name: listConfluenceSpaces category: read permission_group: read_confluence primary: false description: List spaces accessible to the caller. - name: getConfluenceSpace category: read permission_group: read_confluence primary: false description: Retrieve a space by ID or key, including enabled content types, optional labels, and configured space instructions. - name: getConfluenceSpaceInstructions category: read permission_group: read_confluence primary: false description: The space instructions configured for a space. - name: getConfluencePersonalSpace category: read permission_group: read_confluence primary: false description: The current user's personal space. - name: listConfluenceComments category: read permission_group: read_confluence primary: false description: List comments on a page or blog post. - name: getConfluenceComment category: read permission_group: read_confluence primary: false description: A single comment by ID. - name: listConfluenceContentVersions category: read permission_group: read_confluence primary: false description: Version history for a page, live doc, or blog post, newest first. - name: getConfluenceContentVersion category: read permission_group: read_confluence primary: false description: One historical version of a page, live doc, or blog post. - name: diffConfluenceContentVersions category: read permission_group: read_confluence primary: false description: A unified diff between two versions of a page, live doc, or blog post. - name: listConfluenceAttachments category: read permission_group: read_confluence primary: false description: Attachment metadata for a content item. - name: getConfluenceAttachment category: read permission_group: read_confluence primary: false description: Attachment metadata by attachment ID. - name: downloadConfluenceAttachment category: read permission_group: read_confluence primary: false description: An attachment download URL plus a local curl command. - name: exportConfluenceContent category: read permission_group: read_confluence primary: false description: Export content as PDF or Word and return a download link. - name: getConfluenceContentPermissions category: read permission_group: read_confluence primary: false description: The explicit content-level permission grants on a content entity, each pairing an operation with a principal. - name: getConfluenceContentRestrictionState category: read permission_group: read_confluence primary: false description: 'General access for a content entity: OPEN , EDIT_RESTRICTED , or fully restricted.' - name: getConfluencePublicLinkStatus category: read permission_group: read_confluence primary: false description: The external public-link (anonymous share) status of a page. - name: getConfluenceReactions category: read permission_group: read_confluence primary: false description: Emoji reactions on Confluence content. - name: getConfluenceTask category: read permission_group: read_confluence primary: false description: A single inline task by ID. - name: listConfluenceTasks category: read permission_group: read_confluence primary: false description: Inline tasks, optionally scoped to a page or blog post and filtered by status. - name: listConfluenceTemplates category: read permission_group: read_confluence primary: false description: List templates and blueprints. - name: getConfluenceTemplate category: read permission_group: read_confluence primary: false description: A template body. - name: resolveConfluenceContentMacros category: read permission_group: read_confluence primary: false description: Resolve supported macro wrappers into per-macro HTML as displayed in Confluence web. - name: createConfluenceContent category: write permission_group: write_confluence primary: true description: Create a page, blog post, live doc, whiteboard, database, embed, smart link, or folder. - name: updateConfluenceContent category: write permission_group: write_confluence primary: true description: Update docs, whiteboards, or databases, via full-body replacement or granular edits. - name: createConfluenceSpace category: write permission_group: write_confluence primary: false description: Create a space. The response includes its ID, key, and homepage ID. - name: setConfluenceSpaceInstructions category: write permission_group: write_confluence primary: false description: Set the space instructions for a space. - name: copyConfluenceContent category: write permission_group: write_confluence primary: false description: Copy a page, whiteboard, database, folder, or embed to a new parent. - name: moveConfluenceContent category: write permission_group: write_confluence primary: false description: Move a page, whiteboard, database, folder, or embed to a new parent or sibling position. - name: archiveConfluenceContent category: write permission_group: write_confluence primary: false description: Archive a single content entity. - name: unarchiveConfluenceContent category: write permission_group: write_confluence primary: false description: Unarchive (restore) a single content entity. - name: restoreConfluenceContentVersion category: write permission_group: write_confluence primary: false description: Restore an earlier version as a new latest version. - name: convertConfluenceContentMode category: write permission_group: write_confluence primary: false description: Convert a page or live doc between classic page mode and live-doc mode. - name: setConfluenceContentStatus category: write permission_group: write_confluence primary: false description: Set the content state (status) of a page or blog post. - name: createConfluenceComment category: write permission_group: write_confluence primary: false description: Create or reply to a footer or inline comment on a page or blog post. - name: updateConfluenceComment category: write permission_group: write_confluence primary: false description: Update an existing footer or inline comment. - name: updateConfluenceCommentResolution category: write permission_group: write_confluence primary: false description: Resolve or reopen a footer or inline comment. - name: createConfluenceAttachment category: write permission_group: write_confluence primary: false description: Prepare an attachment upload and return a local curl command. - name: addLabelsToConfluenceContent category: write permission_group: write_confluence primary: false description: Add labels to any content. - name: addConfluenceReaction category: write permission_group: write_confluence primary: false description: Add an emoji reaction to Confluence content. - name: addConfluenceContentPermissions category: write permission_group: write_confluence primary: false description: Add content-level permission grants, preserving existing grants for other principals. - name: removeConfluenceContentPermissions category: write permission_group: write_confluence primary: false description: Remove content-level permission grants, optionally narrowed by operation, principal type, or principal. - name: replaceConfluenceContentPermissions category: write permission_group: write_confluence primary: false description: Replace all content-level permission grants with the supplied set. Grants absent from the request are removed. - name: setConfluenceContentRestrictionState category: write permission_group: write_confluence primary: false description: Set the high-level restriction state for a content entity. - name: enableConfluencePublicLink category: write permission_group: write_confluence primary: false description: Enable the external public link (anonymous share) for a page. - name: disableConfluencePublicLink category: write permission_group: write_confluence primary: false description: Disable the external public link for a page. - name: completeConfluenceTask category: write permission_group: write_confluence primary: false description: Marks an action item on a page as done. - name: reopenConfluenceTask category: write permission_group: write_confluence primary: false description: Marks a completed action item as not done. - name: starConfluenceContent category: write permission_group: write_confluence primary: false description: Stars a page for the user. - name: unstarConfluenceContent category: write permission_group: write_confluence primary: false description: Removes a star from a page. - name: starConfluenceSpace category: write permission_group: write_confluence primary: false description: Stars a space for the user. - name: unstarConfluenceSpace category: write permission_group: write_confluence primary: false description: Removes a star from a space. - name: watchConfluenceContent category: write permission_group: write_confluence primary: false description: Subscribes the user to updates on a page. - name: unwatchConfluenceContent category: write permission_group: write_confluence primary: false description: Unsubscribes the user from updates on a page. - name: watchConfluenceSpace category: write permission_group: write_confluence primary: false description: Subscribes the user to updates in a space. - name: unwatchConfluenceSpace category: write permission_group: write_confluence primary: false description: Unsubscribes the user from updates in a space. - name: watchConfluenceLabel category: write permission_group: write_confluence primary: false description: Subscribes the user to updates on content carrying a label. - name: unwatchConfluenceLabel category: write permission_group: write_confluence primary: false description: Unsubscribes the user from updates on a label. - name: searchConfluence category: search permission_group: search_confluence primary: true description: Search Confluence content with CQL. platform_tools: - name: atlassianUserInfo primary: true description: Get the current authenticated user's account information. note: cross-product platform tool, usable against Confluence data - name: getAccessibleAtlassianResources primary: true description: List all Atlassian sites and apps accessible to the authenticated user, including their cloudId values. Required first call for any tool because every tool call needs a cloudId . note: cross-product platform tool, usable against Confluence data - name: getContentFormatGuide primary: false description: Returns the rich-content authoring format guidance to support improved document formatting and whiteboard creation. Reached through the executeRead tool. note: cross-product platform tool, usable against Confluence data - name: getTeamworkGraphContext primary: true description: 'Retrieves connected context from Teamwork Graph for any Atlassian entity. Returns all relationships and linked objects in one traversal, including cross-product and third-party connections. Use when the answer requires connections between entities, not just a single entity''s fields. Supported entry points: Jira: work items, projects, sprints, versions, comments Confluence: pages, blogposts, whiteboards, databases, spaces Goals, Projects, Focus Areas, tags and updates People: users, teams, organisations DevOps: pull requests, repositories, deployments, services, builds, designs Loom: videos, meetings Compass: components Incidents, conversations, calendar events, external documents Note: Utilizing this tool may consume up to 10 Rovo credits.' note: cross-product platform tool, usable against Confluence data docs: - https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/ - https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/ - https://support.atlassian.com/security-and-access-policies/docs/understand-atlassian-rovo-mcp-server/ - https://www.atlassian.com/platform/remote-mcp-server