Search Confluence
search_confluenceTranslate natural language queries into CQL to search Confluence pages. Filter results by space, label, date, or titles only.
Instructions
Execute a highlighted CQL search via the shared Confluence orchestrator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuzzy | No | Enable fuzzy search with parallel term splitting for better recall. | |
| limit | No | Maximum number of hits to return. | |
| query | Yes | Natural language query to translate into CQL. | |
| labels | No | Optional list of labels to filter. | |
| spaces | No | Optional list of space keys to filter. | |
| titles_only | No | Restrict search to titles only. | |
| created_after | No | Only return pages created after this point. Same format as modified_after. Default: no filter. | |
| modified_after | No | Only return pages modified after this point. Shorthand: '1d', '7d', '30d', '90d', '6M', '1y', '2y', '5y'. Or ISO date: '2025-01-01'. Default '2y' (last 2 years). Set to null for all time. | 2y |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||