Search documentation
search_docsSearch Markdown documentation by full-text query to get matching sections with snippets, page paths, and heading anchors, so you can locate and read the right page.
Instructions
Full-text search over the documentation. Returns matching sections with a snippet, the page path and heading anchor. Call get_doc with a returned path to read the full page or a single section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| query | Yes | Free-text query. Prefix matching and light fuzzy matching are applied per term. | |
| path_prefix | No | Only search pages whose path starts with this prefix, e.g. "guides" or "api/reference". |