confluence_search_and_fetch
Find Confluence pages and retrieve their content in one call, using plain queries with smart search modes instead of CQL. Returns partial results when pages cannot be fetched.
Instructions
HIGH-LEVEL: Find pages and read their bodies in one MCP call. Prefer this over confluence_search followed by confluence_get_page per result. Pass a plain query with search_mode instead of writing CQL: auto (default) tries exact title, then title prefix, then full text and stops at the first mode that matches, which keeps identifiers such as codes or part numbers from being diluted by full-text tokenization; exact_title, title_prefix and full_text pin one strategy; cql is the escape hatch for a hand-written query. strategy.cqlUsed reports what actually ran. Non-page or failed fetches come back as partial results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cql | No | ||
| query | No | ||
| start | No | ||
| fetch_top | No | ||
| max_chars | No | ||
| body_format | No | storage | |
| search_mode | No | auto | |
| search_limit | No | ||
| fetch_concurrency | No | ||
| max_chars_per_page | No |