search_notes
Search your indexed local notes semantically to find relevant passages. Returns top matching chunks with file paths, line ranges, and snippets, so you can locate exact sources without scanning files.
Instructions
Semantic search across everything indexed so far. Returns the top matching chunks with file path, line range, and a relevance-ordered snippet - not just a bag of file names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| path_prefix | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |