Bulk Move Notes
bulk_move_notesMove multiple notes to a target folder in one batch. Use dry run to preview which notes would move and what metadata might be lost.
Instructions
Move multiple notes to a target folder at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of note IDs to move (max 100) | |
| folder | Yes | Target folder name | |
| dryRun | No | Preview only — list what would move + meta that would be lost. No notes modified. | |
| stopOnError | No | Halt on first failure (default true) so the move stays at a recoverable mid-state. Set false for best-effort partial completion. |