This page lists the tools available on the Atlassian Rovo MCP Preview endpoint (https://mcp.atlassian.com/v1/mcp/preview).
The server exposes two kinds of tools:
tools/list response. These cover the most common cross-product operations and are always visible to MCP clients.discover tool and invoked with the execute tool. Use discover to find an operation by describing what you want to do, then call execute with the operation name.The exact set of discovery operations searchable in a given session depends on your authentication, OAuth scopes, configured toolsets, and product access. The Preview catalog currently contains around 107 operations in total, of which a filtered subset is searchable per session.
These tools are exposed directly and require no discovery step.
| Tool | Description |
|---|---|
getAccessibleAtlassianResources | Returns the cloud ID(s) available to the current user. |
atlassianUserInfo | Returns the account ID of the current user. |
getToolDescription | Get the authoring-guidance prompt for a topic. |
For whiteboards, Sonnet 4.6 is recommended. GPT 5.5 is compatible, but other models have not been tested for quality.
| Tool | Description |
|---|---|
getConfluenceContent | Read any Confluence content (page, blog, live doc, comment, whiteboard, embed, database, folder). |
createConfluenceContent | Create a new Confluence page, blog post, live doc, whiteboard, database, embed, smart link, or folder. |
updateConfluenceContent | Update Confluence docs, whiteboards, or databases. |
searchConfluence | Search Confluence content with CQL. |
| Tool | Description |
|---|---|
getJiraIssue | Get a Jira issue by key or ID. |
searchJiraIssuesUsingJql | Search for Jira issues using JQL with optional count. |
createJiraIssue | Create a new Jira issue. |
editJiraIssue | Edit an existing Jira issue. |
transitionJiraIssue | Transition a Jira issue to a new status. |
| Tool | Description |
|---|---|
discover | Find available Atlassian operations by describing what you want to do. |
execute | Run an Atlassian operation by name. |
| Tool | Description |
|---|---|
getTeamworkGraphContext | Retrieve connected context from Teamwork Graph for any Atlassian entity. |
getTeamworkGraphObject | Fetch the entire available data for one or more objects (Atlassian or third-party) using their ARIs or URLs. |
addTeamworkGraphContext | Add a relationship between two entities in the Teamwork Graph. |
The following operations are available through the discover and execute tools and are not exposed directly via pre-registered tools.
| Operation | Description |
|---|---|
createAttachment | Prepare a Confluence attachment upload and return a local curl command. |
downloadAttachment | Get a Confluence attachment download URL and return a local curl command. |
getAttachment | Get Confluence attachment metadata by attachment ID. |
getAttachments | List attachment metadata for a Confluence content item. |
| Operation | Description |
|---|---|
createConfluenceComment | Create or reply to a comment on a Confluence page or blog post. |
getConfluenceComment | Get a single Confluence comment by ID. |
listConfluenceComments | List comments on a Confluence page or blog post. |
updateConfluenceComment | Update an existing Confluence footer or inline comment on a page or blog post. |
updateConfluenceCommentResolution | Resolve or reopen a Confluence footer or inline comment. |
| Operation | Description |
|---|---|
archiveContent | Archive a single Confluence content entity. |
copyContent | Copy a Confluence page, whiteboard, database, folder, or embed to a new parent. |
createConfluenceFolder | Create a folder in a Confluence space. |
exportConfluencePageAsPdf | Export a Confluence page, blog post, or live doc as a PDF and return a download link. |
exportContentToWord | Export a Confluence page to a Microsoft Word (.doc) file. |
getConfluenceTemplate | Get a Confluence template body. |
listConfluenceContent | List Confluence content of one type within a single space (page, blog, live doc, whiteboard, database, embed, smart link, folder, slide). |
listConfluenceTemplates | List Confluence templates and blueprints. |
moveConfluenceContent | Move a Confluence page, whiteboard, database, folder, or embed to a new parent or sibling position. |
setConfluenceContentStatus | Set the content state (status) of a Confluence page or blog post. |
unarchiveContent | Unarchive (restore) a single Confluence content entity. |
| Operation | Description |
|---|---|
addLabelsToConfluenceContent | Add labels to any Confluence content (page, blogpost, attachment, custom content). |
| Operation | Description |
|---|---|
disablePublicLink | Disable the external public link (anonymous share) for a Confluence page. |
enablePublicLink | Enable the external public link (anonymous share) for a Confluence page. |
getPublicLinkStatus | Get the external public-link (anonymous share) status of a Confluence page. |
| Operation | Description |
|---|---|
addConfluenceReaction | Add emoji reaction to Confluence content. |
getConfluenceReactions | Get emoji reactions on Confluence content. |
| Operation | Description |
|---|---|
createConfluenceSpace | Create a Confluence space. |
getPersonalSpace | Get the current user's Confluence personal space. |
listConfluenceSpaces | List Confluence spaces accessible to the caller. |
| Operation | Description |
|---|---|
addOrEditJiraIssueComment | Add a comment to a Jira issue, or edit an existing comment. |
addOrEditJiraIssueWorklog | Log time on a Jira issue, or edit an existing worklog. |
createIssueLink | Create a link between two Jira issues. |
getIssueLinkTypes | Get available issue link types in Jira. |
getIssueWorklog | List worklogs for a Jira issue to read entries and discover worklog IDs for edits or deletes. |
getJiraIssueRemoteIssueLinks | Get remote links associated with a Jira issue. |
getTransitionsForJiraIssue | Get available workflow transitions for a Jira issue. |
| Operation | Description |
|---|---|
getJiraIssueTypeMetaWithFields | Get metadata for a specific Jira issue type including available fields. |
getJiraProjectIssueTypesMetadata | Get all issue types and their metadata for a Jira project. |
getVisibleJiraProjects | Get Jira projects visible to the current user. |
| Operation | Description |
|---|---|
findAssignableUsers | Find users assignable to a Jira project or issue. |
lookupJiraAccountId | Look up a Jira user account ID by display name or email. |
Rate this page: