onenote_update_page
Update a OneNote page's body content by replacing or appending text, preserving the page title. Newlines become separate paragraphs.
Instructions
Update a page's body content. mode 'replace' (default) clears the existing body outlines and writes the new content; mode 'append' adds to the end. The page title is preserved. Newlines become separate paragraphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | replace (default) or append. | |
| content | Yes | New body text. Required. | |
| page_id | Yes | Page object ID. Required. |