create_page
Create a new page in a OneNote section using HTML content. Add a titled page to any section with optional HTML body; script tags are stripped for security.
Instructions
Create a new page in a OneNote section. The content should be HTML. Script tags and event handlers are stripped for security.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title (max 128 characters) | |
| section_id | Yes | The ID of the OneNote section | |
| html_content | No | HTML content for the page body (e.g. <h1>Heading</h1><p>Content</p>). Defaults to a blank page if omitted. |