confluence_search_pages
Search Confluence pages using CQL queries to find titles, IDs, and spaces. Supports text and operator-based searches for efficient page discovery.
Instructions
Search Confluence pages using CQL (Confluence Query Language).
Returns page titles, IDs, and spaces matching the query. Supports CQL operators
like AND, OR, ~, =, etc. Simple text is treated as a title/content search.
Args:
query: CQL query string, e.g. 'type=page AND title~"meeting notes"' or just "meeting notes".
limit: Maximum number of results to return (default 10, max 50).
cursor: Pagination cursor from a previous search result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| cursor | No |