search_notes
Find Apple Notes by title keyword and retrieve their IDs, folders, and modified dates for reading or editing.
Instructions
Find notes whose TITLE contains query, most recently modified first.
Returns one row per match, tab-separated: id, title, folder, modified
(YYYY-MM-DD HH:MM), snippet (a one-line body preview). The id is the only way to
obtain a note ID, which read_note and edit_note both need; the other columns are for
telling apart notes that share a title -- present several to the user by folder and date
rather than guessing which is meant.
This searches TITLES only and is fast. If it returns no matches -- or you are after
notes that mention something rather than are titled after it -- fall back to
search_note_text, which also searches bodies. "no matches" here never means the
content is absent, only that no title contains query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |