move_note
Relocate a note to a specific folder by providing its identifier (id or title) and the destination folder name. Returns metadata of the moved note.
Instructions
Move a note by id or title to an existing folder.
Args: identifier: Note id or title text folder: Destination folder name
Returns: Structured JSON with moved note metadata or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |