notes_search
Search Apple Notes by title and plaintext body, returning stable IDs for follow-up read, update, move, or delete actions.
Instructions
Search Apple Notes by title and plaintext body. Returns stable IDs for follow-up read, update, move, and delete tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum notes to return. | |
| query | No | Case-insensitive text to search in note title and plaintext. | |
| folderName | No | Optional exact folder name filter. | |
| accountName | No | Optional exact account name filter. | |
| includeBodyHtml | No | Include Notes HTML body in each result. | |
| includePlaintext | No | Include plaintext body in each result. | |
| includeRecentlyDeleted | No | Include notes in Recently Deleted folders. |