docs_search
Search documentation for a specific substring and retrieve results including package, path, line number, preview, and section heading.
Instructions
Search docs for a substring. Returns hits with package, path, line number, preview, and the section heading the hit lives under.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Substring to look for. | |
| package | No | Restrict to one package (optional). | |
| limit | No | Max hits returned. Default 50. | |
| caseSensitive | No | Case-sensitive match. Default false. |