Confluence
Knowledge

Confluence Connector

Connect to Confluence to manage pages and spaces via the Atlassian v2 API.

$pip install "toolsconnector[confluence]"
25
Actions
Knowledge
Category
Free
Apache 2.0

All 25 Actions

Action Description Parameters Returns
add_comment ⚠Add a comment to a pagepage_id, bodyConfluenceComment
add_page_label ⚠Add a label to a pagepage_id, nameConfluenceLabel
create_blog_post ⚠Create a blog postspace_id, title, bodydict
create_pageCreate a new pagespace_id, title, body  [parent_id]ConfluencePage
delete_page ⚠Delete a pagepage_idNoneType
get_blog_postGet a blog post by IDblog_post_iddict
get_pageGet a single page by IDpage_idConfluencePage
get_page_by_titleGet a page by title within a spacespace_id, titleConfluencePage
get_page_historyGet version history for a pagepage_idlist
get_page_labelsGet labels on a pagepage_idlist
get_page_propertiesGet content properties for a pagepage_idlist
get_spaceGet a single space by IDspace_idConfluenceSpace
list_attachmentsList attachments on a pagepage_id  [limit]list
list_blog_postsList blog posts[space_id, limit]list
list_commentsList comments on a pagepage_idlist
list_page_ancestorsList ancestor pages of a pagepage_idlist
list_page_childrenList child pages of a pagepage_id  [limit, cursor]PaginatedList[ConfluencePage]
list_pagesList pages in a space or across all spaces[space_id, limit, cursor]PaginatedList[ConfluencePage]
list_space_pagesList pages in a specific spacespace_id  [limit, cursor]PaginatedList[ConfluencePage]
list_spacesList all spaces[limit, cursor]PaginatedList[ConfluenceSpace]
move_pageMove a page to a new parentpage_id, target_idConfluencePage
remove_page_label ⚠Remove a label from a pagepage_id, label_idNoneType
searchSearch for pages using CQLquery  [limit, cursor]PaginatedList[ConfluencePage]
set_page_property ⚠Set a content property on a pagepage_id, key, valuedict
update_pageUpdate an existing pagepage_id, title, body, version_numberConfluencePage
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing