find
Search notes by matching text against title and content, with optional inclusion of archived and trashed notes.
Instructions
Find notes based on a search query. Alias for search_by_keyword.
Args:
query (str, optional): A string to match against the title and text
include_archived (bool, optional): Include archived notes in results (default: True)
include_trashed (bool, optional): Include trashed notes in results (default: False)
Returns:
str: JSON string containing the matching notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| include_trashed | No | ||
| include_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |