confluence_search
Search Confluence using CQL to find pages, blog posts, and spaces. Returns title, spaceKey, URL, and excerpt for each match.
Instructions
Search Confluence content using CQL (Confluence Query Language). Returns matching pages, blog posts, and spaces with title, spaceKey, URL, and a short excerpt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | CQL query string. Examples: space = "ENG" AND type = page AND text ~ "deploy", title = "Architecture Overview" | |
| limit | No | Max results (1-50, default 10) |