search_confluence_pages
Find Confluence pages matching specific criteria using Confluence Query Language (CQL). Specify a CQL query to retrieve pages from spaces, with options to limit results and paginate.
Instructions
Performs a search for Confluence pages using Confluence Query Language (CQL). This is useful for finding pages that match specific criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | The CQL query string. For example, to find all pages in the "DEV" space containing the word "architecture", use: `space = DEV AND text ~ "architecture"`. | |
| limit | No | The maximum number of pages to return. The default is 25, and the maximum is 100. | |
| start | No | The starting index for pagination. Default is 0. | |
| expand | No | A comma-separated list of properties to expand for each page in the results. |