search_kb_pages
Search Confluence pages by text, title, or CQL query. Get matching page titles, spaces, and URLs to find relevant knowledge base content.
Instructions
Search for Confluence/KB pages by text, title, or CQL query. Returns matching pages with titles, spaces, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text or CQL query (e.g., 'migration guide' or 'type=page AND space=SPACE AND title~"ADR"') | |
| spaceKey | No | Optional space key to limit search | |
| maxResults | No | Maximum number of results (default: 10, max: 50) | |
| useCql | No | If true, treat query as CQL. Default: false (simple text search) |