search_wiki
Find wiki content by keyword, returning matching section keys with snippets. Header matches rank first; optional fuzzy matching handles typos.
Instructions
Search wiki section titles and content by keyword. Returns matching section keys with snippets. Header matches are prioritized over content matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuzzy | No | Enable fuzzy matching for typos | |
| limit | No | Maximum number of results to return | |
| query | Yes | Keyword to search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of results | |
| error | No | Error message if request failed | |
| results | Yes | Matching sections, header matches first | |
| suggestions | No | Similar keys when no results found |