search_confluence
Find Confluence documentation pages by searching titles and content with relevance ranking. Use to locate wikis, runbooks, or specific documentation topics.
Instructions
Search Confluence pages — the primary tool for finding documentation.
USE THIS TOOL when the user says 'docs', 'documentation', 'wiki', 'runbook', 'find page about X', or any documentation-related question.
Searches both page titles and content, ranked by relevance (same as the web UI).
Args: query: The search text (e.g. 'Audience Engine'). Also supports raw CQL queries (e.g. "type=page AND title~'Walkthrough'"). space_key: Space to search in (default: ACTIVATE from config). ancestor_page_id: Optional parent page ID to scope search within a page tree. max_results: Max results to return (default 50). start: Pagination offset — skip this many results (default 0). Use for page 2, 3, etc.
Returns a list of matching pages with titles, space, last modified, and URLs. Use get_page_content(page_id='...') to read any result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| space_key | No | ||
| ancestor_page_id | No | ||
| max_results | No | ||
| start | No |