delete_folder
Delete a specific Apple Notes folder by providing its ID and name; the tool verifies the folder exists and matches before deletion.
Instructions
Delete a folder in Apple Notes by ID with AppleScript verification.
Security Features:
Verifies folder exists with the given ID
Confirms folder name matches before deletion
Uses primary key ID for precise identification
AppleScript handles ID and name verification automatically
Provides detailed error messages for troubleshooting
Output:
Folder name, ID, deletion status and method information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Primary key ID of the folder to delete (e.g., 'p2330') | |
| folder_name | Yes | Name of the folder to verify and delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |