confluence_search
Search Confluence pages with Confluence Query Language (CQL). Returns matching page IDs, titles, and space keys for further retrieval.
Instructions
Search Confluence pages using CQL (Confluence Query Language), e.g. space = ENG AND title ~ "architecture". Returns YAML with matching page IDs, titles, and space keys — feed an ID into confluence_read for the body. Use confluence_children/confluence_space_pages instead when you want to enumerate a known page tree or space rather than query by text. Mirrors omni-dev atlassian confluence search --cql.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | Confluence CQL query (e.g., `space = ENG AND title ~ "architecture"`). | |
| limit | No | Maximum number of results. Defaults to 20. |