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 field | Required | Where it comes from |
|---|
Account email (EMAIL) | Yes | The Atlassian account's email address. |
API token (API_TOKEN) | Yes | An Atlassian API token for that account. |
| Tool | Access | What it does |
|---|
Search content (yekar.confluence.search) | Read | Search Confluence with CQL - titles, body text, spaces, labels and dates are all queryable. |
Get page (yekar.confluence.get-page) | Read | Read one Confluence page's body (storage format), title, space and version. |
List spaces (yekar.confluence.list-spaces) | Read | List 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.