search_notes
Search your markdown notes across domains, projects, and library. Returns case-insensitive substring matches with context lines.
Instructions
Search markdown notes across domains, projects, and library.
Case-insensitive substring search with surrounding context lines.
Args:
query: Search term.
scope: Where to search -- "all", "domains", "projects", "library".
limit: Maximum results (default 15).
max_chars_per_result: Truncate each result's context to this many characters (default 500).
Pass 0 for no truncation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scope | No | all | |
| limit | No | ||
| max_chars_per_result | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |