confluence_execute_cql_search
Execute raw Confluence CQL queries to search pages and other content, returning unified fields including id, type, title, spaceKey, url, and version.
Instructions
Execute raw Confluence CQL search. Returns unified fields: id, type, title, spaceKey, url, version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | Raw Confluence CQL expression | |
| limit | No | Max results to return (default 10, max 50) | |
| expand | No | Comma-separated expand fields (default: space,version) |