Create page
createPageCreate a new OneNote page in a specified section. Pass section by name or omit if a default is configured; content accepts plain text or HTML.
Instructions
Create a new page. Pass the section by NAME — no lookup needed first. If a default section is configured, section can be omitted entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title. | |
| isHtml | No | Treat content as an XHTML fragment instead of plain text. | |
| content | Yes | Page body. Plain text unless isHtml is true. | |
| section | No | Section name, path, or ID. Optional if a default section is configured. |