Create page
createPageCreate a new OneNote page by providing a title and content. Specify a section by name or rely on the default section if configured.
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. |