Integrate seamlessly with Confluence's REST API to manage spaces, pages, and execute content searches programmatically. Enhance your workflow by accessing and manipulating Confluence content directly from your applications.
Tools
list_spaces
List available Confluence spaces with optional filtering. Args: query: Optional search text to filter spaces by name/description limit: Maximum number of spaces to return (default: 25)
get_page_content
Get the content of a specific Confluence page. Args: page_id: The ID of the Confluence page
search_content
Search for content in Confluence. Args: query: Text to search for space_key: Optional space key to limit search to limit: Maximum number of results to return (default: 25)
list_pages_in_space
List all pages in a Confluence space. Args: space_key: The key of the space to list pages from limit: Maximum number of pages to return (default: 25)
Installation
Please Login
Login to configure this server.