search_docs
Find relevant answers in crawled documentation without network access. Returns ranked results with page URL, section heading path, and highlighted match terms; supports quoted phrases, OR, and prefix* syntax.
Instructions
Full-text search across all crawled documentation, ranked by relevance (BM25 with stemming), with zero network access. Results carry the page URL, its section heading path, and a snippet with match terms marked [like this]; follow up with read_page for the full page. Supports FTS5 syntax: quoted phrases, OR, and trailing * for prefix matching. Searches the stored index only; run crawl_site first for uncrawled sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 10, max: 50) | |
| query | Yes | Search terms. Plain words are ANDed; "quoted phrases", OR, and prefix* work too. | |
| site_key | No | Limit results to one site (use list_sites to discover keys). Omit to search all sites. |