manage_search
Search Confluence content using CQL queries or quick text search to find pages, blog posts, and documents with pagination and filtering options.
Instructions
Unified tool for Confluence search (CQL and quick text search)
Input Schema
TableJSON 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 |