search_docs
Search Neo-MoFox official documentation using keywords. Results are ordered by hit count and display titles, summaries, and categories, with full text available separately.
Instructions
按关键词检索 Neo-MoFox 官方文档。查询按空白拆分为多个关键词,按「命中关键词数量」降序返回(命中全部关键词的文档排最前,至少命中一个即返回)。匹配标题 / 简介 / 正文预览 / 分类 / id / 路径。结果不含完整正文,需要全文时再用 get_doc 获取。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数,默认 10,最大 100 | |
| query | Yes | 检索关键词,如 "Windows 部署 安装" 或 "docker" | |
| offset | No | 结果偏移量,用于分页,默认 0 |