confluence_search
Search Confluence pages using CQL queries, returning matching page IDs, titles, and space keys to locate content by text.
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. |