list_folder
Browse Apple Notes by folder structure. Lists notes (newest first) with IDs, titles, modification dates, and snippets, plus immediate subfolder paths for drilling deeper into the library.
Instructions
List the notes and immediate subfolders inside folder.
folder is a path (or a name, where unique) as shown by list_folders; an ambiguous
name is rejected rather than guessed at. Subfolders are given as full paths (pass one
back here to descend into it). Notes are listed newest first, one per line, tab-separated
as id, title, modified (YYYY-MM-DD HH:MM), snippet -- the same id that
read_note and edit_note take. This is how to browse the library by structure, where
search_notes/search_note_text find notes by their text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |