search_confluence
Search Confluence using CQL, full-text, labels, or contributors to find pages and content.
Instructions
Search Confluence using CQL (Confluence Query Language), full-text search, or filter by labels/contributors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Search operation type | |
| cql | No | CQL query string (for cql operation) | |
| query | No | Search text (for fulltext operation) | |
| labels | No | Labels to filter by (for by_label) | |
| contributor | No | User ID or email (for by_contributor) | |
| spaceKey | No | Limit search to a specific space | |
| cursor | No | Pagination cursor | |
| limit | No | Results per page (default 25, max 100) |