move_note_tool
Move a note to a new path and update all links in other notes to prevent broken references.
Instructions
Move a note to a new location, optionally updating all links.
Args: source_path: Current path of the note destination_path: New path for the note update_links: Whether to update links in other notes (default: true)
Returns: Move status and updated links count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | ||
| destination_path | Yes | ||
| update_links | No | ||
| ctx | No |