search_docs
Retrieve relevant documentation chunks from local markdown files using TF-IDF search. Enter a natural-language query to find matching content.
Instructions
Search the documentation corpus with TF-IDF retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Maximum number of chunks to return (default 5). | |
| query | Yes | Natural-language search query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |