Create Page
create-pageCreate a new page in a OneNote section with a title and optional HTML body content.
Instructions
Create a new page in a OneNote section. The content should be provided as HTML. The HTML must be valid XHTML with a title in the tag. At minimum, provide a title; the body can be empty for a blank page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title for the new page | |
| content | No | HTML body content for the page. If omitted, creates a page with only the title. Do not include <html>, <head>, or <body> tags -- only the inner body content (e.g., '<p>Hello world</p>'). | |
| sectionId | Yes | The section ID to create the page in |