notes_list
List all notes or filter by a specific folder in Apple Notes using AppleScript integration. Simplify organization and retrieval of notes directly from macOS.
Instructions
[Apple Notes operations] List all notes or notes in a specific folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | No | Optional folder name to list notes from |
Input Schema (JSON Schema)
{
"properties": {
"folder": {
"description": "Optional folder name to list notes from",
"type": "string"
}
},
"type": "object"
}