Skip to main content

Confluence

Search Confluence with CQL and read pages and spaces.

Connect Confluence Cloud with an Atlassian API token to search content across spaces, read a page's body, and list the site's spaces.

Connect

Credential fieldRequiredWhere it comes from
Account email (EMAIL)YesThe Atlassian account's email address.
API token (API_TOKEN)YesAn Atlassian API token for that account.
SettingRequiredWhat it is
Site URL (SITE_URL)YesThe Atlassian site base address, e.g. https://acme.atlassian.net.

Tools

ToolAccessWhat it does
Search content (yekar.confluence.search)ReadSearch Confluence with CQL - titles, body text, spaces, labels and dates are all queryable.
Get page (yekar.confluence.get-page)ReadRead one Confluence page's body (storage format), title, space and version.
List spaces (yekar.confluence.list-spaces)ReadList the site's spaces with their keys - CQL space filters take a key.

Notes

  • Create an API token at id.atlassian.com → Security → API tokens.
  • The connection needs the site URL (https://your-site.atlassian.net), the account email, and that token - the same trio a Jira connection uses.