notlai_move_note
Move a note into a specific folder or back to root to reclassify and organize your notes. Requires note ID and target folder ID from list_folders.
Instructions
Move a note into a folder, or back to root. Use this to reclassify and organize your notes. Use notlai_list_folders to find folder IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | The note ID to move (ULID format) | |
| folderId | Yes | Target folder ID to move the note into, or null to move back to root (no folder) |