get_current_user
Get Current User
Retrieve the currently authenticated Confluence user's profile information.
get_current_user
Retrieve the currently authenticated Confluence user's profile information.
get_page
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_blog_post
Delete a Confluence blog post by ID (moves to trash).
get_labels
Get all labels on a Confluence content item (page, blog post, or attachment).
list_blog_posts
List Confluence blog posts, optionally filtered by space or title. Returns blog post metadata for each result.
update_page
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_blog_post
Create a new blog post in a Confluence space. The body should be in Confluence storage format (XHTML-based).
delete_comment
Delete a footer comment by ID.
search_content
Search Confluence content. Use query for plain-text searches, or cql for advanced Confluence Query Language filters. 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
get_page_properties
Retrieve all content properties (key-value metadata) for a Confluence page.
get_attachments
List file attachments on a Confluence page or blog post. Returns attachment metadata including file name, media type, size, and download link.
get_comments
Retrieve footer comments on a Confluence page. Returns comment metadata and body content.
add_comment
Add a footer comment to a Confluence page or blog post. The body should be in Confluence storage format.
list_groups
List Confluence groups with pagination support.
set_page_property
Create or update a content property (key-value metadata) on a Confluence page. If updating, provide the property ID and current version number.
get_content_restrictions
Get read and update restrictions on a Confluence content item. Shows which users and groups have restricted access.
delete_page_property
Delete a content property from a Confluence page.
add_labels
Add one or more labels to a Confluence content item (page, blog post, or attachment). Labels are useful for categorization and discovery.
get_space
Retrieve a single Confluence space by its ID. Returns space metadata.
get_content_versions
Retrieve the version history of a Confluence page or blog post. Shows who made changes, when, and their version messages.
list_pages
List Confluence pages, optionally filtered by space, title, or status. Returns page metadata for each result. Supports pagination via cursor.
create_page
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_spaces
List Confluence spaces with optional filtering by space key, type, or status. Returns space metadata including name, key, and type.
remove_content_restrictions
Remove all restrictions from a Confluence content item, making it accessible according to space-level permissions.
remove_label
Remove a label from a Confluence content item.
get_blog_post
Retrieve a single Confluence blog post by ID with optional body content.
delete_page
Delete a Confluence page by ID. The page is moved to trash and can be restored later.
update_blog_post
Update an existing Confluence blog post's title, body, or status. Requires the current version number.
get_page_children
Retrieve the direct child pages of a Confluence page. Useful for navigating the page hierarchy.
update_content_restrictions
Set read or update restrictions on a Confluence content item. Controls which users and groups can view or edit the content.
upload_attachment
Upload a file attachment to a Confluence page or blog post from base64-encoded content. Can create a new attachment or update an existing attachment with the same file name.
delete_attachment
Delete a Confluence attachment by ID. By default the attachment is moved to trash; purge permanently deletes a trashed attachment.
get_attachment
Retrieve a Confluence attachment by ID, including file metadata and its API download link when available.
Create, read, update, and delete pages, blog posts, comments, and attachments in Confluence spaces. Manage spaces, permissions, labels, and content restrictions. Search content using Confluence Query Language (CQL). Upload and download file attachments with versioning. Manage users, groups, and group memberships. Create and manage whiteboards, databases, folders, and templates. View and update inline tasks. Access audit logs. Listen for webhooks on page, blog, comment, attachment, space, label, and user events.
Common questions about connecting Confluence to AI agents with Metorial.