search_notes
Search Apple Notes by title or body text. Filter results by folder and set a limit to get exactly what you need.
Instructions
Search notes by title, or by title and body with search_body=true (slower, capped scope). total is how many matched, notes the first limit of them, whichever mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 20. | |
| query | Yes | Case-insensitive substring. | |
| folder | No | Restrict search to one folder. | |
| search_body | No | Also scan note bodies. Default false. |