onenote_create_page
Create a new page in a OneNote section using a section ID, with optional title and body text for initial content.
Instructions
Create a new page in a OneNote section, optionally with a title and body text. Get the section ID from onenote_hierarchy with scope 'sections'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Initial body text. Newlines become separate paragraphs. | |
| title | No | Page title. | |
| section_id | Yes | Target section object ID. Required. |