confluence_search
Use CQL queries to search Confluence content, returning matching pages and documents. Specify conditions like type, space, or text to narrow results.
Instructions
Search for content using CQL (Confluence Query Language)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | Yes | CQL query string (e.g., "type=page AND space=DEV") | |
| limit | No | Maximum number of results (default: 25) |