move_folder
Moves an Apple Notes folder to a new location using its ID, with AppleScript verification and duplicate name prevention.
Instructions
Move a folder from one location to another in Apple Notes by ID with AppleScript verification.
Features:
Moves folders by ID with AppleScript verification
Comprehensive validation and duplicate detection
Unicode and emoji support for folder names
Works with root level and nested paths
Validation:
Validates target path exists
Prevents duplicate names in target location
Enforces 5-level nesting depth limit
AppleScript verifies ID and name match the same folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Primary key ID of the folder to move (e.g., 'p2330') | |
| folder_name | Yes | Name of the folder to verify and move | |
| target_path | No | Target path where to move the folder (e.g., 'Archive'). If empty, moves to root level. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |