searchWikiPages
searchWikiPagesFind project wiki pages by full-text content query, optionally across all accessible projects, to locate relevant documentation.
Instructions
Find project wiki pages by full-text content query, optionally across all accessible projects. Use getWikiPage to read a selected result or searchAll when non-wiki content should also match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| projectId | No | Project identifier or numeric ID | |
| searchQuery | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of hits that may appear on this page. | |
| offset | Yes | Zero-based offset of the first hit on this page. | |
| results | No | Hits on this page. | |
| totalCount | Yes | Total number of hits across all pages. |