Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Add Content LabelCONFLUENCE_ADD_CONTENT_LABEL
This action adds specified labels to a given piece of Confluence content, such as a page or a blog post. It requires the content's unique identifier and a list of labels to apply, facilitating better organization and searchability within Confluence.
CQL SearchCONFLUENCE_CQL_SEARCH
Searches for content in Confluence using Confluence Query Language (CQL).
Supports full-text search, filtering by labels, creator, type, space, dates, and more.
Use 'text ~ "term"' for full-text search or 'title ~ "term"' for title search.
Create BlogpostCONFLUENCE_CREATE_BLOGPOST
This action creates a new blog post in Confluence. It allows users to specify the title, content, and status for the post.
Creates a property on a specified Confluence blog post. This action allows users to add custom metadata with key-value pairs to blog posts for better organization and categorization.
This action creates a new property for a specified Confluence whiteboard. It allows users to store custom metadata, enhancing the functionality and information accessible on the whiteboard.
Tool to create a footer comment on a Confluence page, blog post, attachment, or custom content. Use when you need to add a comment without editing the page body itself.
Creates an inline comment on a Confluence page or blog post, highlighting specific text. Inline comments allow users to comment on specific portions of content without editing the page itself. Use this action when you need to add context or feedback on particular text within a page or blog post. For top-level comments, you must specify which text to highlight using inlineCommentProperties. For replies to existing inline comments, only provide the parentCommentId.
Create PageCONFLUENCE_CREATE_PAGE
This action creates a new page in a specified Confluence space. It allows users to define the title, body content, and an optional parent page reference for the new page.
This action creates a property on a specified Confluence page.
It allows the addition of custom metadata or settings that can be utilized within Confluence pages.
Creates a private Confluence space that is only accessible to the creator. It allows for personalized content organization and management in a secure environment.
Create SpaceCONFLUENCE_CREATE_SPACE
This action creates a new space in Confluence.
It allows users to specify a key, name, and type for the space, along with an optional description.
Create Space PropertyCONFLUENCE_CREATE_SPACE_PROPERTY
This action creates a new property in a specified Confluence space. It requires the space ID, a unique key for the property, and the value represented as a JSON object.
Create WhiteboardCONFLUENCE_CREATE_WHITEBOARD
This action creates a new whiteboard in a specified Confluence space. It allows users to set a title and choose a parent content if necessary.
Delete Blog PostCONFLUENCE_DELETE_BLOGPOST
This action deletes a specified Confluence blog post. It requires the blog post ID and will permanently remove the content from the system.
Deletes a content property from a Confluence page by property ID. This action removes custom metadata or properties that were previously added to a page.
Deletes a specified property from a given whiteboard. This action is typically used to manage custom metadata and clean up unnecessary entries.
Delete PageCONFLUENCE_DELETE_PAGE
This action deletes a specified Confluence page. It requires the page ID and will permanently remove the content from the system.
Delete SpaceCONFLUENCE_DELETE_SPACE
This action permanently deletes a specified Confluence space by its unique key.
Deletion is asynchronous: the action starts the deletion, waits briefly for the background task to finish, and reports whether the space was actually removed (or is still in progress).
Delete Space PropertyCONFLUENCE_DELETE_SPACE_PROPERTY
This action deletes a specified property from a Confluence space.
It is used to manage space properties effectively by allowing users to remove unnecessary or outdated properties.
Download AttachmentCONFLUENCE_DOWNLOAD_ATTACHMENT
This action downloads an attachment from a Confluence page and uploads it to cloud storage, returning a publicly accessible URL that anyone can use to download the file without needing Confluence authentication.
Find Text SelectionsCONFLUENCE_FIND_TEXT_SELECTIONS
Finds text occurrences in a Confluence page's content to help with inline comment creation. This action retrieves the page content and searches for the specified text string, returning information about each match including character position and surrounding context. Use this action when you need to locate specific text in a page before creating inline comments, or when you want to identify all occurrences of a particular phrase or term within a page's content.
Get Attachment LabelsCONFLUENCE_GET_ATTACHMENT_LABELS
Fetches and lists the labels associated with a specified Confluence attachment.
Use this action to retrieve relevant metadata about the attachment's labels.
Get AttachmentsCONFLUENCE_GET_ATTACHMENTS
This action retrieves all attachments associated with a specified Confluence page. It allows for pagination and optional filtering by media type.
Get Audit LogsCONFLUENCE_GET_AUDIT_LOGS
This action retrieves audit log records from Confluence.
You can specify parameters to filter the logs, such as date ranges and search terms.
Note: Audit logs require Confluence Standard, Premium, or Enterprise plan (not available on Free plan).
Also requires 'Confluence Administrator' global permission.
Get Blogpost by IDCONFLUENCE_GET_BLOGPOST_BY_ID
This action retrieves a blog post from Confluence using its unique identifier. It provides details such as the title, status, and content of the specified blog post.
Get Blogpost LabelsCONFLUENCE_GET_BLOGPOST_LABELS
This action retrieves labels associated with a specific Confluence blog post. It takes the blog post ID and returns the labels in a structured format.
Get Blogpost Like CountCONFLUENCE_GET_BLOGPOST_LIKE_COUNT
This action retrieves the like count for a specified Confluence blog post. Use the blog post identifier to get the total number of likes it has received.
Get Blogpost OperationsCONFLUENCE_GET_BLOGPOST_OPERATIONS
This action retrieves the permitted operations for a specific Confluence blog post. It allows users to see what actions can be taken on the blog post identified by its ID.
Get Blog PostsCONFLUENCE_GET_BLOG_POSTS
Retrieve a list of blog posts from Confluence with optional pagination.
Specify the maximum number of posts per request and, if needed, a cursor for fetching the next page.
Get Blog Posts For LabelCONFLUENCE_GET_BLOG_POSTS_FOR_LABEL
Retrieves a list of blog posts associated with a specified label ID.
This action allows for paginated results and specifies the maximum number of posts to return.
Get Blogpost Version DetailsCONFLUENCE_GET_BLOGPOST_VERSION_DETAILS
Retrieves the specified version of a Confluence blog post given its ID and version number. This action provides detailed metadata about the requested version.
Get Blogpost VersionsCONFLUENCE_GET_BLOGPOST_VERSIONS
Retrieves all versions of a specified blog post in Confluence. This action requires the unique blogpost ID and optionally allows pagination through the results.
Get Child PagesCONFLUENCE_GET_CHILD_PAGES
This action retrieves all child pages for a specified Confluence page by its ID. It allows users to navigate through direct descendants of a given parent page.
Get Blog Post Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POST
Retrieves metadata properties for a specific Confluence blog post. This action allows users to access detailed content properties associated with the blog post.
Get Page Content PropertiesCONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGE
This action retrieves the properties associated with a specific Confluence page. You can specify the page ID, limit the number of properties returned, and paginate through results if more properties are available.
Get Content RestrictionsCONFLUENCE_GET_CONTENT_RESTRICTIONS
This action retrieves the content restrictions
associated with a specified Confluence content item. It helps identify
who has access to view or edit the content based on the restrictions applied.
Get Current UserCONFLUENCE_GET_CURRENT_USER
This action retrieves the information of the currently authenticated user. It provides details such as account ID, email, and display name.
Get Inline Comments for Blog PostCONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POST
This action retrieves inline comments associated with a specified Confluence blog post.
It allows you to filter comments based on specific criteria such as version and location within the post.
Get LabelsCONFLUENCE_GET_LABELS
This action retrieves labels from a Confluence site, allowing users to paginate through the results as needed. It provides flexibility in fetching specific sets of labels for various use cases.
Get Page LabelsCONFLUENCE_GET_LABELS_FOR_PAGE
This action retrieves the labels associated with a specific Confluence page using its unique ID.
It allows users to paginate through the results to view a manageable number of labels at a time.
Get Labels for SpaceCONFLUENCE_GET_LABELS_FOR_SPACE
Retrieves labels associated with a specified Confluence space.
This action is useful for obtaining a list of labels that can be utilized for organizing
and categorizing content within the space.
Get Labels for Space ContentCONFLUENCE_GET_LABELS_FOR_SPACE_CONTENT
Retrieves labels associated with content in a specified Confluence space. This action allows for pagination and the option to filter labels based on a provided prefix.
Get Page AncestorsCONFLUENCE_GET_PAGE_ANCESTORS
This action retrieves all ancestor pages for a specified Confluence page.
It provides the full hierarchy of pages leading to the given page, allowing for better navigation and context understanding.
Get Page by IDCONFLUENCE_GET_PAGE_BY_ID
This action retrieves a specific Confluence page using its unique identifier. It allows you to access detailed information and content of the page, including its current status and version history.
Get Page Footer CommentsCONFLUENCE_GET_PAGE_FOOTER_COMMENTS
This action retrieves footer comments (root-level, non-inline comments) associated with a specified Confluence page.
It allows you to filter comments based on specific criteria such as status and sort order.
Get Page Inline CommentsCONFLUENCE_GET_PAGE_INLINE_COMMENTS
This action retrieves inline comments associated with a specified Confluence page.
It allows you to filter comments based on specific criteria such as status, resolution status, and sort order.
Get Page Like CountCONFLUENCE_GET_PAGE_LIKE_COUNT
This action retrieves the total number of likes for a specified Confluence page.
It takes the page ID as input and returns the like count in the response.
Get PagesCONFLUENCE_GET_PAGES
This action retrieves a list of pages from Confluence, allowing for pagination and filtering options. You can filter by space (spaceId), status, title, subtype, and include a specific body format.
Get Page VersionsCONFLUENCE_GET_PAGE_VERSIONS
Retrieves all versions of a specified Confluence page.
This action allows users to view the edit history and details for a given page.
Get Space by IDCONFLUENCE_GET_SPACE_BY_ID
This action retrieves a Confluence space using its unique ID. It allows users to access detailed information about the space.
Get Space ContentsCONFLUENCE_GET_SPACE_CONTENTS
This action retrieves pages or blog posts from a specified Confluence space by its key. You can filter by type and status and page through results with the cursor.
Get Space PropertiesCONFLUENCE_GET_SPACE_PROPERTIES
This action retrieves properties associated with a specific Confluence space. It allows users to filter by property keys and paginate results for easier access to large datasets.
Get SpacesCONFLUENCE_GET_SPACES
This action retrieves a list of Confluence spaces based on the specified filters and pagination settings.
It allows users to get space details such as type, status, and labels for better management of their Confluence environment.
Get TasksCONFLUENCE_GET_TASKS
This action retrieves a list of tasks from Confluence, providing a first-class way to pull user action items. You can filter by assignee, creator, space, page, blog post, status, and include specific body format. Returns pagination links to fetch more results without server-side looping.
Get Anonymous UserCONFLUENCE_GET_USER_ANONYMOUS
This action retrieves details about the anonymous user. It provides information such as the user's display name and profile picture.
List SpacesCONFLUENCE_LIST_SPACES
Retrieves a paginated list of Confluence spaces visible to the authenticated user. Use when you need to discover available spaces or iterate through all spaces in an instance. Results are scoped to spaces the user has permission to view; missing spaces may be restricted rather than nonexistent. Paginate by using the cursor from the '_links.next' field in the response until no next link is returned.
Search ContentCONFLUENCE_SEARCH_CONTENT
Searches for content in Confluence pages based on user-defined queries. This action intelligently filters and ranks search results based on relevance, ensuring users find the most pertinent information quickly.
Search PagesCONFLUENCE_SEARCH_PAGES
Searches for pages in Confluence using filters like title, space, and status. Returns a paginated list of pages matching the specified criteria. Use this action when you need to find specific pages by title or filter pages within a particular space. For full-text content search, use CONFLUENCE_SEARCH_CONTENT instead. For advanced CQL-based queries, use CONFLUENCE_CQL_SEARCH.
Search SpacesCONFLUENCE_SEARCH_SPACES
This action searches for Confluence spaces based on specified criteria such as text query, type, status, and labels.
It provides flexible filtering options to help users locate spaces that match their requirements.