search_docs
Search language and API documentation by checking local docs first, then web results from official sites via DuckDuckGo.
Instructions
Language & API documentation search. Biases DuckDuckGo results to official docs sites (MDN, docs.python.org, pkg.go.dev, doc.rust-lang.org, etc.). Set fetch_top=true to retrieve the full markdown of the top hit instead of just the result list. LOCAL-FIRST: searches your docs/ folder first; only falls back to the web if no local match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| query | Yes | What to look up, e.g. `Array.prototype.map` or `asyncio.gather`. | |
| target | No | ||
| fetch_top | No | ||
| local_only | No | ||
| skip_local | No |