# Confluence (verified)

A tool for team collaboration and knowledge management.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add confluence

# Browse available tools
npx -y @smithery/cli@latest tool list confluence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get confluence CONFLUENCE_ADD_CONTENT_LABEL

# Call a tool
npx -y @smithery/cli@latest tool call confluence CONFLUENCE_ADD_CONTENT_LABEL '{}'
```

## Direct MCP Connection

Endpoint: `https://confluence.run.tools`

## Tools (55)

- `CONFLUENCE_ADD_CONTENT_LABEL` — Tool to add labels to a piece of content. Use after obtaining the content ID to tag pages or blog posts with metadata l…
- `CONFLUENCE_CREATE_BLOGPOST` — Tool to create a new Confluence blog post. Use when you need to publish content in a specific space.
- `CONFLUENCE_CREATE_BLOGPOST_PROPERTY` — Tool to create a property on a specified blog post. Use when you need to add custom metadata to a blog post. Creates a …
- `CONFLUENCE_CREATE_CONTENT_PROPERTY_FOR_WHITEBOARD` — Tool to create a new content property on a whiteboard. Use when you need to attach custom metadata to a Confluence whit…
- `CONFLUENCE_CREATE_PAGE` — Tool to create a new Confluence page in a specified space. Use when you need to create new documentation or content.
- `CONFLUENCE_CREATE_PAGE_PROPERTY` — Tool to create a property on a Confluence page. Use when you need to add custom metadata or settings to a page.
- `CONFLUENCE_CREATE_PRIVATE_SPACE` — Tool to create a private Confluence space. Use when you need an isolated workspace viewable only by its creator.
- `CONFLUENCE_CREATE_SPACE` — Tool to create a new Confluence space. Use when setting up a new knowledge area for organization.
- `CONFLUENCE_CREATE_SPACE_PROPERTY` — Tool to create a new property on a Confluence space. Use after confirming the space ID when adding custom metadata.
- `CONFLUENCE_CREATE_WHITEBOARD` — Tool to create a new Confluence whiteboard. Use when you need to start a collaborative whiteboard session.
- `CONFLUENCE_DELETE_BLOGPOST_PROPERTY` — Tool to delete a blog post property. Use when you need to remove custom metadata from a specified blog post.
- `CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_PAGE_BY_ID` — Tool to delete a content property from a page by property ID. Use when you need to remove custom metadata from a page f…
- `CONFLUENCE_DELETE_CONTENT_PROPERTY_FOR_WHITEBOARD_BY_ID` — Tool to delete a content property from a whiteboard by property ID. Use when you need to remove custom metadata from a …
- `CONFLUENCE_DELETE_PAGE` — Tool to delete a Confluence page. Use with caution as this will permanently remove the page from the space.
- `CONFLUENCE_DELETE_SPACE` — Tool to delete a Confluence space by its key. Use when you need to permanently remove a space.
- `CONFLUENCE_DELETE_SPACE_PROPERTY` — Tool to delete a space property. Use when you need to remove a property from a Confluence space after review.
- `CONFLUENCE_GET_ATTACHMENT_LABELS` — Tool to list labels on an attachment. Use after confirming the attachment ID to fetch its labels.
- `CONFLUENCE_GET_ATTACHMENTS` — Tool to retrieve attachments of a Confluence page. Use after confirming page ID to list its attachments (supports pagin…
- `CONFLUENCE_GET_AUDIT_LOGS` — Tool to retrieve Confluence audit records. Use when you need to fetch and filter audit logs for compliance or troublesh…
- `CONFLUENCE_GET_BLOGPOST_BY_ID` — Tool to retrieve a specific Confluence blog post by its ID. Use when you have a blog post ID and need detailed metadata…
- `CONFLUENCE_GET_BLOGPOST_LABELS` — Tool to retrieve labels of a specific Confluence blog post by ID. Use after obtaining the blog post ID to list its labe…
- `CONFLUENCE_GET_BLOGPOST_LIKE_COUNT` — Tool to get like count for a Confluence blog post. Use after confirming the blog post ID to retrieve total likes.
- `CONFLUENCE_GET_BLOGPOST_OPERATIONS` — Tool to retrieve permitted operations for a Confluence blog post. Use after confirming the blog post ID to see allowed …
- `CONFLUENCE_GET_BLOG_POSTS` — Tool to retrieve a list of blog posts. Use when you need a paginated list of Confluence blog posts.
- `CONFLUENCE_GET_BLOG_POSTS_FOR_LABEL` — Tool to list all blog posts under a specific label. Use when you have a label ID and need to retrieve associated blog p…
- `CONFLUENCE_GET_BLOGPOST_VERSION_DETAILS` — Tool to retrieve details for a specific version of a blog post. Use when you have a blogpostId and versionNumber and ne…
- `CONFLUENCE_GET_BLOGPOST_VERSIONS` — Tool to retrieve all versions of a specific blog post. Use when you have a blogpostId and need to list version numbers.
- `CONFLUENCE_GET_CHILD_PAGES` — Tool to list all direct child pages of a given Confluence page. Use when you have a parent page ID and need to discover…
- `CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_BLOG_POST` — Tool to retrieve all content properties on a blog post. Use when you need to list metadata properties set on a specific…
- `CONFLUENCE_GET_CONTENT_PROPERTIES_FOR_PAGE` — Tool to retrieve all content properties on a page. Use when you need to list metadata properties set on a specific Conf…
- `CONFLUENCE_GET_CONTENT_RESTRICTIONS` — Tool to retrieve restrictions on a Confluence content item. Use when you need to see who can view or edit a page or blo…
- `CONFLUENCE_GET_CURRENT_USER` — Tool to get information about the currently authenticated user. Use when you need to check user details or permissions.
- `CONFLUENCE_GET_INLINE_COMMENTS_FOR_BLOG_POST` — Tool to retrieve inline comments for a Confluence blog post. Use when you need inline comment details by blog post ID.
- `CONFLUENCE_GET_LABELS` — Tool to retrieve all labels in a Confluence site. Use when you need to list or page through labels.
- `CONFLUENCE_GET_LABELS_FOR_PAGE` — Tool to retrieve labels of a specific Confluence page by ID. Use after obtaining the page ID to list its labels.
- `CONFLUENCE_GET_LABELS_FOR_SPACE` — Tool to list labels on a space. Use when you need to retrieve labels for a specific space.
- `CONFLUENCE_GET_LABELS_FOR_SPACE_CONTENT` — Tool to list labels on all content in a space. Use when you need to retrieve or filter content labels by space, with pa…
- `CONFLUENCE_GET_PAGE_ANCESTORS` — Tool to retrieve all ancestors for a given Confluence page by its ID. Use when you need the full page hierarchy.
- `CONFLUENCE_GET_PAGE_BY_ID` — Tool to retrieve a Confluence page by its ID. Use when you have a page ID and need its detailed metadata and content.
- `CONFLUENCE_GET_PAGE_LIKE_COUNT` — Tool to get like count for a Confluence page. Use after confirming the page ID to retrieve total likes.
- `CONFLUENCE_GET_PAGES` — Tool to retrieve a list of pages. Use when you need a paginated list of Confluence pages.
- `CONFLUENCE_GET_PAGE_VERSIONS` — Tool to retrieve all versions of a specific Confluence page. Use after confirming the page ID to audit its edit history.
- `CONFLUENCE_GET_SPACE_BY_ID` — Tool to retrieve a Confluence space by its ID. Use when you need detailed metadata of a specific space.
- `CONFLUENCE_GET_SPACE_CONTENTS` — Tool to retrieve content in a Confluence space. Use when you need to list pages, blogposts, or attachments of a specifi…
- `CONFLUENCE_GET_SPACE_PROPERTIES` — Tool to get properties of a Confluence space. Use when you need to retrieve custom metadata or settings stored as space…
- `CONFLUENCE_GET_SPACES` — Tool to retrieve a list of Confluence spaces. Use when you need a paginated list of spaces with optional filtering.
- `CONFLUENCE_GET_USER_ANONYMOUS` — Tool to retrieve information about the anonymous user. Use when you need to obtain guest user details before unauthenti…
- `CONFLUENCE_SEARCH_CONTENT` — Searches for content by filtering pages from the Confluence v2 API with intelligent ranking. Since the native search en…
- `CONFLUENCE_SEARCH_USERS` — Searches for users using user-specific queries from the Confluence Query Language (CQL).

---
*Response truncated. Use `npx -y @smithery/cli@latest` for complete data.*
