Update Page
update_pageModifies a OneNote page by applying ordered operations—append, prepend, insert, replace, or delete—to the body, title, or specific elements identified by data-id from read_page.
Instructions
Applies one or more edits to an existing OneNote page (append, prepend, insert, replace, delete). Targets are body, title, or #<data-id> selectors — find data-id values in the HTML returned by read_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | OneNote page ID to update. | |
| operations | Yes | Ordered list of edits to apply to the page in a single request. |