Confluence
JSON →Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.
Install
npx -y @smithery/cli@latest Tools · 8
- getSpace 获取空间信息
- getPageByPrettyUrl 根据标题精确获取页面
- managePages 统一页面管理工具,支持创建、更新、删除、获取页面基本信息和详细内容
- manageComments 统一评论管理工具,支持创建、更新、删除、回复普通评论和行内评论
- getPageComments 获取页面所有评论(支持分页)
- getComment 获取单个评论详情
- searchContent 全文搜索内容(支持CQL语法)
- searchComments 搜索评论内容(支持空间限定)
Environment variables
CONFLUENCE_URLCONFLUENCE_ACCESS_TOKENPRIVATE_DOCUMENTATION_URL
Links
★ 3 GitHub stars