search_confluence
Run CQL queries against Confluence to locate pages matching specific text or page type, with optional result limits.
Instructions
Search Confluence pages using a CQL (Confluence Query Language) query string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | The CQL query to execute, e.g. 'type=page AND text~"MCP"'. | |
| limit | No | Maximum number of results to return (1-100, default 25). |