confluence_search
Search Confluence pages and content using CQL queries with optional filters by space and result limit.
Instructions
Search Confluence content using CQL (Confluence Query Language). Example queries: "type=page AND title~"API"", "type=page ORDER BY lastmodified DESC"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | CQL search query (e.g., "type=page AND title~\"keyword\"") | |
| limit | No | Maximum number of results (default: 10) | |
| spaceKey | No | Optional space key to limit search to a specific space |