note_search
Find existing notes before writing new ones so related knowledge is extended, not duplicated. Use natural-language queries and optional filters to retrieve ranked pointers with excerpts.
Instructions
Find existing notes before writing a new one.
Returns ranked pointers with excerpts, not whole notes. Use note_read to
open one. Always call this before note_capture so related knowledge is
extended rather than duplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Require any of these tags. | |
| kinds | No | Restrict to these kinds. | |
| limit | No | Maximum results. | |
| query | Yes | Natural-language description of the subject. | |
| project | No | Restrict to one project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||