move_note
Move a note to a different folder in Apple Notes by providing its ID, name, and target folder path. AppleScript verifies the note before moving, preserving content and metadata.
Instructions
Move a note from one folder to another in Apple Notes by ID with AppleScript verification.
Features:
Moves notes between root folders and nested paths (up to 5 levels deep)
Comprehensive validation and error handling
Supports all folder path types (root, simple, nested)
Maintains note content and metadata during move
AppleScript verifies ID and name match before moving
Requirements:
Note must exist with the given ID and name
Target folder path must exist
AppleScript handles all verification automatically
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Primary key ID of the note to move (e.g., 'p1308') | |
| note_name | Yes | Name of the note to verify and move | |
| target_folder_path | Yes | Target folder path where to move the note (e.g., 'Archive' or 'Work/Completed') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |