Confluence
Get, create, update, and delete content, spaces, and more.
Start freeCategory
Works with
AI Compatible
Tools
Create Page
Creates a new page in the space. See the documentation
Create Post
Creates a new page or blog post on Confluence. See the documentation Return only the translated text without explanations.
Delete Post
Removes a blog post from Confluence by its ID. Use with caution, the action is irreversible. See the documentation
Get Current User
Returns the authenticated Confluence user's account ID, display name, email, and cloud ID. Call this first when the user says 'my pages', 'my posts', or needs to scope queries to themselves. Use the returned accountId to filter results from **Search Content** or **Get Pages**. See the documentation.
Get Page by ID
Retrieve a page by its ID. See the documentation Return only the translated text without explanations.
Get Pages
Retrieve a list of pages. See the documentation Return only the translated text without explanations.
Get Pages in Space
Retrieve a list of pages in a space. See the documentation
List Post ID Options
Retrieves available options for the Post ID field.
List Spaces
List all spaces in Confluence. See the documentation
Search Content
Searches for content using the Confluence Query Language (CQL). See the documentation Return only the translated text without explanations.
Update a Post
Updates a page or blog post on Confluence by its ID. See the documentation