list_folders
List all Apple Notes folders as full paths to identify valid filing destinations before creating a note, preventing errors from ambiguous folder names and unavailable locations.
Instructions
List the folders a note can be filed into, as full paths, one per line.
create_note can only file a note into a folder that already exists -- it never creates
one -- so call this rather than guessing a folder name. To file into a folder that is not
listed here, call create_folder first.
Paths are shown because folder names are NOT unique: nesting allows both
"Personal/Recipes" and "Personal/Projects/Brewing/Recipes". Pass the full path to
create_note whenever a bare name appears more than once here; an ambiguous name is
rejected rather than guessed at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |