Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Jun 30, 2026

Atlassian Rovo MCP Preview tools

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:

  • Pre-declared (primary) tools - a curated set of tools advertised directly in the MCP tools/list response. These cover the most common cross-product operations and are always visible to MCP clients.
  • Discovery operations - a larger catalog of fine-grained operations that are found at runtime through the 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.

Tool availability is dynamic

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.

Pre-declared (primary) tools

These tools are exposed directly and require no discovery step.

Authorization and metadata

ToolDescription
getAccessibleAtlassianResourcesReturns the cloud ID(s) available to the current user.
atlassianUserInfoReturns the account ID of the current user.
getToolDescriptionGet the authoring-guidance prompt for a topic.

Confluence

Whiteboard model quality

For whiteboards, Sonnet 4.6 is recommended. GPT 5.5 is compatible, but other models have not been tested for quality.

ToolDescription
getConfluenceContentRead any Confluence content (page, blog, live doc, comment, whiteboard, embed, database, folder).
createConfluenceContentCreate a new Confluence page, blog post, live doc, whiteboard, database, embed, smart link, or folder.
updateConfluenceContentUpdate Confluence docs, whiteboards, or databases.
searchConfluenceSearch Confluence content with CQL.

Jira

ToolDescription
getJiraIssueGet a Jira issue by key or ID.
searchJiraIssuesUsingJqlSearch for Jira issues using JQL with optional count.
createJiraIssueCreate a new Jira issue.
editJiraIssueEdit an existing Jira issue.
transitionJiraIssueTransition a Jira issue to a new status.

Discovery and execution

ToolDescription
discoverFind available Atlassian operations by describing what you want to do.
executeRun an Atlassian operation by name.

Teamwork Graph

ToolDescription
getTeamworkGraphContextRetrieve connected context from Teamwork Graph for any Atlassian entity.
getTeamworkGraphObjectFetch the entire available data for one or more objects (Atlassian or third-party) using their ARIs or URLs.
addTeamworkGraphContextAdd a relationship between two entities in the Teamwork Graph.

Discovery operations

The following operations are available through the discover and execute tools and are not exposed directly via pre-registered tools.

Confluence

Attachments

OperationDescription
createAttachmentPrepare a Confluence attachment upload and return a local curl command.
downloadAttachmentGet a Confluence attachment download URL and return a local curl command.
getAttachmentGet Confluence attachment metadata by attachment ID.
getAttachmentsList attachment metadata for a Confluence content item.

Comments

OperationDescription
createConfluenceCommentCreate or reply to a comment on a Confluence page or blog post.
getConfluenceCommentGet a single Confluence comment by ID.
listConfluenceCommentsList comments on a Confluence page or blog post.
updateConfluenceCommentUpdate an existing Confluence footer or inline comment on a page or blog post.
updateConfluenceCommentResolutionResolve or reopen a Confluence footer or inline comment.

Content

OperationDescription
archiveContentArchive a single Confluence content entity.
copyContentCopy a Confluence page, whiteboard, database, folder, or embed to a new parent.
createConfluenceFolderCreate a folder in a Confluence space.
exportConfluencePageAsPdfExport a Confluence page, blog post, or live doc as a PDF and return a download link.
exportContentToWordExport a Confluence page to a Microsoft Word (.doc) file.
getConfluenceTemplateGet a Confluence template body.
listConfluenceContentList Confluence content of one type within a single space (page, blog, live doc, whiteboard, database, embed, smart link, folder, slide).
listConfluenceTemplatesList Confluence templates and blueprints.
moveConfluenceContentMove a Confluence page, whiteboard, database, folder, or embed to a new parent or sibling position.
setConfluenceContentStatusSet the content state (status) of a Confluence page or blog post.
unarchiveContentUnarchive (restore) a single Confluence content entity.

Labels

OperationDescription
addLabelsToConfluenceContentAdd labels to any Confluence content (page, blogpost, attachment, custom content).
OperationDescription
disablePublicLinkDisable the external public link (anonymous share) for a Confluence page.
enablePublicLinkEnable the external public link (anonymous share) for a Confluence page.
getPublicLinkStatusGet the external public-link (anonymous share) status of a Confluence page.

Reactions

OperationDescription
addConfluenceReactionAdd emoji reaction to Confluence content.
getConfluenceReactionsGet emoji reactions on Confluence content.

Space

OperationDescription
createConfluenceSpaceCreate a Confluence space.
getPersonalSpaceGet the current user's Confluence personal space.
listConfluenceSpacesList Confluence spaces accessible to the caller.

Jira

Issues

OperationDescription
addOrEditJiraIssueCommentAdd a comment to a Jira issue, or edit an existing comment.
addOrEditJiraIssueWorklogLog time on a Jira issue, or edit an existing worklog.
createIssueLinkCreate a link between two Jira issues.
getIssueLinkTypesGet available issue link types in Jira.
getIssueWorklogList worklogs for a Jira issue to read entries and discover worklog IDs for edits or deletes.
getJiraIssueRemoteIssueLinksGet remote links associated with a Jira issue.
getTransitionsForJiraIssueGet available workflow transitions for a Jira issue.

Projects

OperationDescription
getJiraIssueTypeMetaWithFieldsGet metadata for a specific Jira issue type including available fields.
getJiraProjectIssueTypesMetadataGet all issue types and their metadata for a Jira project.
getVisibleJiraProjectsGet Jira projects visible to the current user.

Users

OperationDescription
findAssignableUsersFind users assignable to a Jira project or issue.
lookupJiraAccountIdLook up a Jira user account ID by display name or email.

Rate this page: