onenote_move_page
Move a page to a target section and get the new page ID, since the original ID becomes invalid after moving.
Instructions
Move a page to another section. IMPORTANT: OneNote assigns the moved page a NEW object ID — use the 'page_id' returned by this tool for any further operations on the page; the old ID becomes invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page to move. Required. | |
| target_section_id | Yes | Destination section ID. Required. |