Built by Metorial, the integration platform for agentic AI.
Retrieve the currently authenticated Confluence user's profile information.
Retrieve a Confluence page by its ID, with optional body content. Returns page metadata including title, space, version, and status. Use **includeBody** to fetch the full storage-format content.
Delete a Confluence blog post by ID (moves to trash).
Get all labels on a Confluence content item (page, blog post, or attachment).
List Confluence blog posts, optionally filtered by space or title. Returns blog post metadata for each result.
Update an existing Confluence page's title, body, or status. Requires the current version number to prevent conflicts. If you don't know the current version, use **Get Page** first to retrieve it.
Create a new blog post in a Confluence space. The body should be in Confluence storage format (XHTML-based).
Delete a footer comment by ID.
Search Confluence content using CQL (Confluence Query Language). CQL supports filtering by type, space, label, creator, date, title, text content, and more. **Example CQL queries:** - `type=page AND space=DEV` — all pages in the DEV space - `text ~ "release notes"` — content containing "release notes" - `label=important AND type=blogpost` — blog posts with the "important" label - `creator=currentUser() AND lastModified > now("-7d")` — your recent content
Retrieve all content properties (key-value metadata) for a Confluence page.
List file attachments on a Confluence page. Returns attachment metadata including file name, media type, and size.
Retrieve footer comments on a Confluence page. Returns comment metadata and body content.
Add a footer comment to a Confluence page or blog post. The body should be in Confluence storage format.
List Confluence groups with pagination support.
Create or update a content property (key-value metadata) on a Confluence page. If updating, provide the property ID and current version number.
Get read and update restrictions on a Confluence content item. Shows which users and groups have restricted access.
Delete a content property from a Confluence page.
Add one or more labels to a Confluence content item (page, blog post, or attachment). Labels are useful for categorization and discovery.
Retrieve a single Confluence space by its ID. Returns space metadata.
Retrieve the version history of a Confluence page or blog post. Shows who made changes, when, and their version messages.
List Confluence pages, optionally filtered by space, title, or status. Returns page metadata for each result. Supports pagination via cursor.
List all members of a Confluence group by group name.
Create a new Confluence page in a specified space. The body should be in Confluence storage format (XHTML-based). Optionally set a parent page to create hierarchical content.
List Confluence spaces with optional filtering by space key, type, or status. Returns space metadata including name, key, and type.
Remove all restrictions from a Confluence content item, making it accessible according to space-level permissions.
Remove a label from a Confluence content item.
Retrieve a single Confluence blog post by ID with optional body content.
Delete a Confluence page by ID. The page is moved to trash and can be restored later.
Update an existing Confluence blog post's title, body, or status. Requires the current version number.
Retrieve the direct child pages of a Confluence page. Useful for navigating the page hierarchy.
Set read or update restrictions on a Confluence content item. Controls which users and groups can view or edit the content.