confluence_search
Search Confluence content using Confluence Query Language (CQL) to find pages, spaces, or labels with specific criteria.
Instructions
Search Confluence using Confluence Query Language (CQL).
Example queries:
- space = DOC AND type = page AND title ~ "release"
- label = "team-alpha"
- contributor = "alice" AND lastmodified > now("-30d")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |