confluence_search_content
Search Confluence pages and blog posts by title or content. Filter by type, space, or limit, and paginate with cursors to locate needed information.
Instructions
Simple text search for pages and blog posts by title or content. For more complex searches, use confluence_cql_search instead. Results are paginated - if you don't find what you need, use the returned cursor to fetch more pages until found or no more results. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| type | No | Filter by content type | |
| limit | No | Maximum number of results | |
| query | Yes | The search text to find in titles or content | |
| spaceKey | No | Limit search to a specific space key |