manage_search
Search Confluence using CQL or quick text queries. Retrieve pages, blogs, or content with filters, pagination, and archived space inclusion.
Instructions
Unified tool for Confluence search (CQL and quick text search)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'cql', 'quick' | |
| cql | No | CQL query string (required for 'cql' action). Common CQL patterns: 'type=page AND space=DEV AND title~"architecture"', 'text~"search term" AND type=page', 'label="my-label" AND space=TEAM', 'ancestor=12345 AND type=page', 'creator=currentUser() ORDER BY lastModified DESC', 'lastModified >= "2024-01-01" AND type=page', 'type=blogpost AND space=ENG' | |
| query | No | Text to search for (required for 'quick' action) | |
| limit | No | Number of results (default 25) | |
| start | No | Starting offset for pagination | |
| include_archived_spaces | No | Include archived spaces in results |