Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Comment
confluence_data_center:add_comment
Add a comment to a page or reply to an existing comment.
Write
Medium risk
Create Page
confluence_data_center:create_page
Create a new page in a Confluence space.
Write
Medium risk
Delete Page
confluence_data_center:delete_page
Delete a page permanently. WARNING: This cannot be undone and will delete child pages too.
Write
High risk
Get Page
confluence_data_center:get_page
Fetch a single page by ID with content and metadata.
Read
Low risk
Get Page History
confluence_data_center:get_page_history
Get the version history of a page showing all edits and changes.
Read
Low risk
Get Space
confluence_data_center:get_space
Fetch a single space by key with metadata and permissions.
Read
Low risk
Get User
confluence_data_center:get_user
Fetch user information by username or user key.
Read
Low risk
List Comments
confluence_data_center:list_comments
List all comments on a page.
Read
Low risk
List Pages
confluence_data_center:list_pages
List pages with filtering and search options.
Read
Low risk
List Spaces
confluence_data_center:list_spaces
List all spaces the user has access to with filtering options.
Read
Low risk
Search Content
confluence_data_center:search_content
Search for content using Confluence Query Language (CQL).
Read
Low risk
Update Page
confluence_data_center:update_page
Update an existing page's title and/or content.
Write
Medium risk