search_notes
Find notes by text or tags, returning snippets for scanning. Use match_all to require every listed tag; otherwise any tag matches.
Instructions
Find notes by text and/or tags.
Returns matching notes with a short snippet, not their full bodies. Call
get_note to read one in full.
Args:
query: Text to look for in note titles and bodies (case-insensitive).
tags: Only return notes carrying these tags.
match_all: If true, a note must have every listed tag; otherwise any one
of them is enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| query | No | ||
| match_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |