Confluence
JSON →Interact with Confluence to execute CQL queries, retrieve page content, and update pages.
Install
npx -y @smithery/cli Tools · 3
- execute_cql_search Run a CQL query to search for Confluence pages. Parameters: cql, limit (default: 10).
- get_page_content Fetch the content of a Confluence page. Parameters: pageId.
- update_page_content Update the content of a Confluence page. Parameters: pageId, content, title (optional, if you want to change it).
Environment variables
CONFLUENCE_URLCONFLUENCE_API_KEY
Links
★ 13 GitHub stars