notes_move
Move a note to a different folder, even across accounts, with optional dry run to verify destination before moving.
Instructions
Move a note to another folder, including folders in another account. Defaults to dryRun=true so clients can verify the resolved note and destination before moving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact note title. Use with accountName/folderName when noteId is unknown. | |
| dryRun | No | When true, resolve note and destination without moving. | |
| noteId | No | Stable Apple Notes note ID. Prefer this over title. | |
| folderName | No | Folder name used to disambiguate title lookup. | |
| accountName | No | Account name used to disambiguate title lookup. | |
| destinationFolderId | No | Destination folder ID. | |
| destinationAccountId | No | Destination account ID. | |
| destinationFolderName | No | Destination folder name. | |
| destinationAccountName | No | Destination account name. |